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

Save File In Specific Folder With Google Drive Sdk

I've been trying to save a plain text file into a specific folder in Google Drive on Android. S… Read more Save File In Specific Folder With Google Drive Sdk

Uploading Jpeg To Google Drive From Android App "unexpected End Of Stream"

I've built an Android application where I use the camera to take a photo, and then attempt to u… Read more Uploading Jpeg To Google Drive From Android App "unexpected End Of Stream"

Thumbnail Image Is Null When Listing File From Google Drive

I set the thumbnail successfull In the same activity, I used following code to get information rela… Read more Thumbnail Image Is Null When Listing File From Google Drive

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 To Set Up Google Drive Api On Android?

I have been attempting to integrate Google Drive functionality within my application but I am not a… Read more How To Set Up Google Drive Api On Android?

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

Create A New Folder And Insert Files In That Folder. Google Drive

I want to create a hidden folder in user's Google drive root directory and then want to insert … Read more Create A New Folder And Insert Files In That Folder. 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?

Xamarin: Unsure What To Cast Using Drivefile.open

I tried to lookup the documentation about DriveFile.Open for Xamarin but still can't find the c… Read more Xamarin: Unsure What To Cast Using Drivefile.open

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

Listchildren Returning Zero Count On Rootfolder - Googledrive Apimet

I am getting zero child from the root folder while accessing my drive. DriveFolder mFolder = Drive.… Read more Listchildren Returning Zero Count On Rootfolder - Googledrive Apimet

Google Drive Returning Error 400 In My Android App

I'm following all information about Drive v2 in developers.google.com in order to build a simpl… Read more Google Drive Returning Error 400 In My Android App

Google Drive Api Migration To Rest Api

Since Google is deprecating the Android API, I am trying to migrate to REST API. My app uses Google… Read more Google Drive Api Migration To Rest Api

Cannot Upload To Google Drive From My Android App Com.google.android.gms.auth.googleauthexception: Unknown

I'm writing an adroid app that used to upload a chosen image to the users' google drive. I … Read more Cannot Upload To Google Drive From My Android App Com.google.android.gms.auth.googleauthexception: Unknown

Google Drive Implementation To Android App And Downloading The File From Google Drive

Drive Quick-start App example works for only uploading files from Android Device to user account. … Read more Google Drive Implementation To Android App And Downloading The File From Google Drive

Getting Oauth2 Credentials For Use In An Android Application With A Google Drive Application-owned Account

I'm developing an Android application where the user has requested to use Google Drive as a boo… Read more Getting Oauth2 Credentials For Use In An Android Application With A Google Drive Application-owned Account

Login To A Specific Google Drive Account Through Code

Is it possible to login into a google account from an android device through code? The reason i'… Read more Login To A Specific Google Drive Account Through Code

Unable To Download File Created By My App On Google Drive, But Can Get The Metadata Of That File

I followed all the steps mentioned in google drive sdk. I created a sample application on my device… Read more Unable To Download File Created By My App On Google Drive, But Can Get The Metadata Of That File

Lint Error: `httpclient` Defines Classes That Conflict With Classes Now Provided By Android

I am trying to update my app from the deprecated Android Drive API to the Drive REST API by followi… Read more Lint Error: `httpclient` Defines Classes That Conflict With Classes Now Provided By Android

Is It Possible To Share Appdata Files?

When I try to share an appdata file, it responds with the following error. 'Method not support… Read more Is It Possible To Share Appdata Files?