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