Work with Google Drive

DonManfred

Expert
Licensed User
Longtime User
Hi, Could the library be adapted so that the upload file is not loaded completely in memory?
You are asking ME? Ask the library author
But i guess it will not work as it is using httputils to send or retrieve data....

Edit: my Cloudrail and my java Dropbox-Wrap are using another way....
 
Last edited:

Paulsche

Well-Known Member
Licensed User
Longtime User
Has anyone managed to upload a file to a directory?
 

Paulsche

Well-Known Member
Licensed User
Longtime User
Hello,

When I upload multiple files, so only the last file is multiple uploaded! What am I doing wrong?




B4X:
        googleDrive.UploadFile( "HB-Spritverbrauch-DriveBackup.zip", BackupPath,"HB-Spritverbrauch-DriveBackup.zip", "", "")
        googleDrive.UploadFile( "HB-Spritverbrauch-DriveBackup.z01", BackupPath,"HB-Spritverbrauch-DriveBackup.z01", "", "")
        googleDrive.UploadFile( "HB-Spritverbrauch-DriveBackup.z02", BackupPath,"HB-Spritverbrauch-DriveBackup.z02", "", "")
        googleDrive.UploadFile( "HB-Spritverbrauch-DriveBackup.z03", BackupPath,"HB-Spritverbrauch-DriveBackup.z03", "", "")
        googleDrive.UploadFile( "HB-Spritverbrauch-DriveBackup.z04", BackupPath,"HB-Spritverbrauch-DriveBackup.z04", "", "")
        googleDrive.UploadFile( "HB-Spritverbrauch-DriveBackup.z05", BackupPath,"HB-Spritverbrauch-DriveBackup.z05", "", "")
 

Attachments

  • gd.jpg
    gd.jpg
    14.8 KB · Views: 211

Paulsche

Well-Known Member
Licensed User
Longtime User
Ok, then I can probably only one after another to upload and must query Event drive_uploadet
 
D

Deleted member 103

Guest
Hi @Paulsche,

kann eigentlich eine App, die nicht über Google-play vertrieben wird, diese Library bzw. diese Api verwenden?

Can this be an app, that is not distributed through Google-play, this library or Api use?
 
Top