Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

google calendar Request had insufficient authentication scopes

//change:
$client->setScopes(Google_Service_Calendar::CALENDAR_READONLY);
//to:
$client->setScopes(Google_Service_Calendar::CALENDAR);
 
PREVIOUS NEXT
Tagged: #google #calendar #Request #insufficient #authentication #scopes
ADD COMMENT
Topic
Name
6+3 =