Top "Google-drive-api" questions

Questions related to integration with Google's cloud storage service or interacting with Google Drive files programmatically, via the Google Drive API, Google Drive SDK, or Google Apps Script.

Error : ConnectionResult{statusCode=INTERNAL_ERROR, resolution=null}

I am developing the application where I am integrating the Google Drive in my App. Below is my code which …

android google-drive-api
How to get redirector.googlevideo.com link from a Google drive video

I have a google drive video file (like https://drive.google.com/file/d/FILE_ID/view) and I want …

php google-drive-api streaming playback
Automatically refresh token using google drive api with php script

I followed again THIS TUTORIAL to upload a file on Google Drive with php, directly from my REMOTE SERVER: so …

php google-api google-drive-api google-api-php-client
Open a Google Drive File Content URI after using KitKat Storage Access Framework

I am using the Storage Access Framework for android 4.4 and opening the file picker. Everything works except when choosing a …

android google-drive-api storage-access-framework
Script to automatically make a copy of a Google Document for editing

I feel like a total noob posting here. I know CSS, HTML, and XML pretty well but have always avoided …

google-apps-script google-drive-api google-docs google-docs-api
Automating pydrive verification process

I am trying to automate the GoogleAuth process when using the pydrive library (https://pypi.python.org/pypi/PyDrive). I've …

python google-api cloud google-drive-api pydrive
Google Drive MD5 checksum for files

I'm not a programmer, just a regular user of Google Drive. I want to see if the files are uploaded …

md5 google-drive-api checksum
UserRecoverableAuthException: NeedPermission

I tried to follow tutorial: https://developers.google.com/android/guides/http-auth. Code: token = GoogleAuthUtil.getToken(getApplicationContext(), mEmail, mScope); Manifest: &…

android google-drive-api google-play-services
com.google.api.client.json.jackson.JacksonFactory; missing in Google Drive example

I tried running the quickstart-sample, and this dependency: <dependency> <groupId>com.google.apis</groupId> &…

java google-drive-api google-api-java-client