Skip to content Skip to sidebar Skip to footer

Google Drive API Authentication, JavaScript

I am running on a virtual host (as well as a Python SimpleHTTPServer) and I have been following Google's instructions, but I can't get the Google drive authorization to pop up on p

Solution 1:

By setting immediate=true you are suppressing the auth popup.

It should be false the first time through and is generally set to true thereafter for each hourly refresh.


Post a Comment for "Google Drive API Authentication, JavaScript"