Top "Google-drive-android-api" questions

The Drive Android API is a native API that conforms to standard Android best practices and coding conventions.

Dependency ignored because of conflict Android studio

I'm trying to add the following dependency but it is ignore. I can't understand how to resolve it please help …

android gradle google-drive-android-api
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 realized that …

android google-drive-api google-drive-android-api
Error getGoogleAppId failed with status: 10 Android KitKat - GCM and Google Drive

I am running this in a Samsung Galaxy S4 mini. KitKat Android. In the application, I use both GCM for …

android android-studio google-cloud-messaging google-drive-android-api
Removed file is still accessible by collaborators in Google Drive. How I can delete it completely?

When I am deleting a file from Google drive which someone else shared with me, it showed me a message …

google-drive-api google-drive-android-api
Uploading video to Google Drive programmatically (Android API)

I have followed the Drive API guide (https://developer.android.com/google/play-services/drive.html) and my app now uploads …

android google-drive-android-api
Store the sqlite Database into google drive

I have tried many example and did not find any good solution. I want to store the data of my …

android sqlite google-drive-android-api
get path from Google Drive URI

I'm using Android file selection and selecting files from app storage (images, videos, documents). I have an function "getPath" . Im …

android uri filepath google-drive-android-api
Google Drive Android API - Check if folder exists

I'm trying to figure out how to check if a folder exists in Google Drive using the new Google Drive …

android google-drive-api google-drive-android-api
How to manually edit the link to share in google drive or google photos

When the photos are uploaded in Google drive or Google photos and shared to others, the link will be ​https://…

google-drive-android-api google-photos
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 connect(); onConnectionFailed() result.startResolutionForResult() …

android google-drive-api google-drive-android-api