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

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

How To Create Multiple Files Programmatically Using Drive Api For Android?

I am able to create a single file in google drive using CreateFileActivity.java.But i want to uploa… Read more How To Create Multiple Files Programmatically Using Drive Api For Android?

Drivefolder.listchildren() Not Showing All Its Children

I am making an app which works with google drive. I need to get a list of ALL files inside a folder… Read more Drivefolder.listchildren() Not Showing All Its Children

Com.google.android.gms.common.api.apiexception: 17: Api: Drive.api_connectionless Is Not Available On This Device

Here is the story. I had integrated Google Drive Android SDK (8.1.0) into my app (AnyCopy) around t… Read more Com.google.android.gms.common.api.apiexception: 17: Api: Drive.api_connectionless Is Not Available On This Device

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

How To Get Oauth Token From Googleapiclient

I am trying to build an Android application that created a spreadsheet in Google Drive and then add… Read more How To Get Oauth Token From Googleapiclient

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 Google Drive Existing_folder_id,existing_file_id

In BaseDemoActivity.java from Google Drive Demo app https://github.com/googledrive/android-demos/bl… Read more Android Google Drive Existing_folder_id,existing_file_id

Google Drive Api For Android - Only Drive.scope_file Access, Need Read Only

So I'm a bit of a novice and I wish to list all the files and folders in Google Drive. I had do… Read more Google Drive Api For Android - Only Drive.scope_file Access, Need Read Only

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

Difference Between Google Api And Google Rest Api?

I have gone through this Link but dont get exactly the answer what is difference between Google Dri… Read more Difference Between Google Api And Google Rest Api?

Google Drive Android Api Change Notifications Not Working

I am using Google Drive Android API sample and in that sample i am able to create file and folder i… Read more Google Drive Android Api Change Notifications Not Working

Google Drive Api Can't Connect/authorize To Google Account

I am trying to build an android app that integrates google drive api and uses the drive as the stor… Read more Google Drive Api Can't Connect/authorize To Google Account

Upload File To Googledrive Programmatically Using Android Api

Once I logged in gdrive I tried to upload csv file programmatically. But it throws error in service… Read more Upload File To Googledrive Programmatically Using Android Api