I'm getting the following message:
'Uncaught exception 'Google_ServiceException' with message 'Error calling GET
https://www.googleapis.com/tasks/v1/users/@me/lists
: (403) Insufficient Permission''.
I'm using OAuth 2.0 and it works fine with the Calendar API, but the Tasks API with the same credentials throws the above exception. (I'm trying to run the example file coming with the api library.)