[V6] Does Ally return a token that can be used to Access Google API's #4567
Replies: 1 comment
-
In the End it was as simple as this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I understand this is not a Google API's help forum, but since I am struggling to get access to the google API's with the Token Provided by Ally, I am wondering if I think Ally is giving me something other than what I expect.
After logging into Google and approving the Scopes I get back a Token and Refresh Token. Is this the same token as is described below (Use token to call Google API)?
I am proving this token to the Google Calendar API but it responds with
All the tutorials on Google though seem to refer to that token as an Object that contains a lot more than is returned by Ally, hence I am wondering if I have to somehow generate another token with the token provided by Ally. Also it mentions API Token, where I want to Authenticate using the logged in user using OAUTH2.
Here is my code
Beta Was this translation helpful? Give feedback.
All reactions