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
Once a user is logged in an access token can be requested for the scopes we specified in GoogleInitOptions.scopes, you can then reuse this access token to make calls to google apis
This mean we can only request access token with a fixed set of scopes. Is there any way to implement incremental authorization that allows me to request access token for Calendar scope after logging in, then another access token for Drive scope when I need it later?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As the library described:
This mean we can only request access token with a fixed set of scopes. Is there any way to implement incremental authorization that allows me to request access token for Calendar scope after logging in, then another access token for Drive scope when I need it later?
Beta Was this translation helpful? Give feedback.
All reactions