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

How To Get The Url Of A File Of Google Drive To Download In Android

I can get the drive id of a file from the google drive. by following code. import com.example.googl… Read more How To Get The Url Of A File Of Google Drive To Download In Android

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

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

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

How To Create The File Inside A Folder In Google Drive?

I am facing the issue in creating the file inside a folder , i created the separate file and separa… Read more How To Create The File Inside A Folder In Google Drive?

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

Unable To Fetch File From Google Drive

I am working on a project where user can upload a document to my server. This file can be selected … Read more Unable To Fetch File From Google Drive

Using Google Drive To Backup And Restore Sqlite Database

I've managed to create a backup of my database on an SD card and restore from there but realize… Read more Using Google Drive To Backup And Restore Sqlite Database

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?

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

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

Google Drive API - Android - How To Obtain A Drive File Id?

I'm trying to develop an android app that can read a xml file stored in my google drive folder,… Read more Google Drive API - Android - How To Obtain A Drive File Id?

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

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

Cannot Find DriveId. Are You Authorized To View This File? Android Google Drive Integration

I am using the below code from github, but it shows the following error: toast that Cannot find Dri… Read more Cannot Find DriveId. Are You Authorized To View This File? Android Google Drive Integration

How To Set Google Drive Image Link To Imageview?

I am trying to set google drive image link to image view, but it showing blank.I tried many ways an… Read more How To Set Google Drive Image Link To Imageview?