Google App Engine Authorization Returning Null
I have the following code, which I am using successfully in another program index.html Eat Fresh ini
Solution 1:
Changing the the following
gapi.auth.authorize({client_id: CLIENT_ID, scope: SCOPES, immediate: false}, userAuthed)
will prompt the user to give permission to the app, thus allowing for an authorized access token and for the remainder of the code to work.
Post a Comment for "Google App Engine Authorization Returning Null"