Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Drive Android Api

Cannot Access Google Drive From 2 Different Device

I have an app which creates a word file on the Google Drive with some text. If I try to access the … Read more Cannot Access Google Drive From 2 Different Device

Enforce Drive Api For Android To Work Online Mode Only

Recently, I just manage to migrate Drive API related code from Google APIs Client Library for Java … Read more Enforce Drive Api For Android To Work Online Mode Only

How To Get Driveid Of Created Folder In Google Drive Android Api

I have folders on my Google Drive account and i want to add files in specific folder. How can I do … Read more How To Get Driveid Of Created Folder In Google Drive Android Api

Download Selected File From Google Drive

I have Drive Id of selected file and I am able to get Url of that file using MetadataResult mdRslt… Read more Download Selected File From Google Drive

How Do I Switch Accounts Under The New Google Drive Android Api

My authorization flow in the new Google Drive Android API is as follows: Menu: SELECT ACCOUNT con… Read more How Do I Switch Accounts Under The New Google Drive Android Api

It's Possible To Use Google Drive Rest Api And Android Api In The Same Project?

I have a project that was build using the google drive android API, but i want to share a file uplo… Read more It's Possible To Use Google Drive Rest Api And Android Api In The Same Project?

Android Drive Api Lock File While In Use

How can a DriveFile be locked for download while in use by a user? In my case i have a database sto… Read more Android Drive Api Lock File While In Use

Google Drive Android Api: Deleted Folder Still Exists In Query

Running the code below, I create a folder with Google Drive Android API on a tablet. After a few se… Read more Google Drive Android Api: Deleted Folder Still Exists In Query