Since new changes, my backup/restore function in the application does not work due to the login restriction from google. If I could see any sample on how to overcome this situation it would be greatly appreciated.
Thanks
That's it. But I can't find how to modify my code using the guidelines showed.
I have this first
clientId = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ' (changed for security)
clientSecret = "yyyyyyyyyyyyyyyyyyyyyyyyyyyyy" 'INSERT HERE YOUR OWN CLIENT SECRET
GoogleDrive.Initialize(Me, "Drive", clientId, clientSecret)
How can assign the token as shown in the sample to the googledrive object I use?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.