Android Question Any new Google Drive Backup/Restore sample for B4A?

rafaelmotaquintana

Active Member
Licensed User
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
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

rafaelmotaquintana

Active Member
Licensed User
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?
 
Upvote 0

Paulsche

Well-Known Member
Licensed User
Longtime User
Has anyone please give me a sample code for a file upload in Google Drive?
 
Upvote 0
Top