Hi,
I'm trying to make my website create several events on my calendar. For example, when I start a new project on my website, I want to add 15 events on my calendar. I set the per-user limit on 50 but it doesnt seem to work...
Fatal error: Uncaught exception 'apiAuthException' with message
'Error refreshing the OAuth2 token, message: '<HTML>
<HEAD>
<TITLE>User Rate Limit Exceeded</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>User Rate Limit Exceeded</H1>
<H2>Error 403</H2>
</BODY>
</HTML>
'' in
/(...)/google-api-php-client/src/auth/apiOAuth2.php:205
Stack
trace:
#0
/(...)/google-api-php-client/src/io/apiCurlIO.php(51):
apiOAuth2->sign(Object(apiHttpRequest))
#1
/(...)/google-api-php-client/src/io/apiREST.php(55):
apiCurlIO->authenticatedRequest(Object(apiHttpRequest))
#2
/(...)/google-api-php-client/src/service/apiServiceResource.php(148):
apiREST::execute(Object(apiServiceRequest))
#3
/(...)/google-api-php-client/src/contrib/apiCalendarService.php(545):
apiServiceResource->__call('list', Array)
#4 /(...)/f in /homepages/19/d381480736/htdocs/an7g/Modules/google-api-php-client/src/auth/apiOAuth2.php on line 205
Thanks !
(this is not the account I work with)