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
You cannot use a JWT to authorize these Google Apps Activity requests, you must use OAuth 2.0. See here for more information.
This is because JWT essentially authenticates to Google as a new user, not as an existing user. Because of this, there's no way the JWT has access to any user data or user-facing features such as Google Apps, including all the data for yourself. Another good example of this is in #347.
Please use OAuth 2.0 and let me know how that works out.
Repro
Run the sample code below
Expect
It to output the users activity list for their top level google drive folder
Actual
Always returns 400
The text was updated successfully, but these errors were encountered: