Android Question Android Google Drive folders

hanyelmehy

Active Member
Licensed User
Longtime User
anyway to check if google drive is installed and check it's folder to save/read files for it
the idea to make backup for clients data (database/images/......) to google drive in easy and fast way without API
 

DonManfred

Expert
Licensed User
Longtime User
You can use the SaveAs Code to let the user select the correct path (drivefolder he want).

I don´t think you can do it without userintervention.
 
Last edited:
Upvote 1

hanyelmehy

Active Member
Licensed User
Longtime User
Create a batch file to backup the files you want to google-drive. No API needed. Windows has commands to copy files and folders.

Storing your project on GoogleDrive (and run it from there) is not a good idea.
- i need to make this from my app on android
-i will not run files from google drive ,just backup/restore
Thank you
-
 
Upvote 0

hanyelmehy

Active Member
Licensed User
Longtime User
You can use the SaveAs Code to let the user select the correct path (drivefolder he want).

I don´t think you can do it without userintervention.
even this method not show google drive folder
thank you again for your help
 
Upvote 0
Top