You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that this library only supports Google Cloud Storage and Datastore so far. I need to send requests to the Calendar API through a service account. Is there an easy way to use this library to generate the JWT so that I can send these requests manually?
The text was updated successfully, but these errors were encountered:
if you check out my fork, on the gmail branch I made a very hacked together CodeGen
and made an example of the calendar API, not sure if this will help you at all
For the JWT, you need to have the subscription parameter included in the JWT to the email address of the user's calendar account (check my master branch)
I've noticed that this library only supports Google Cloud Storage and Datastore so far. I need to send requests to the Calendar API through a service account. Is there an easy way to use this library to generate the JWT so that I can send these requests manually?
The text was updated successfully, but these errors were encountered: