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.

Google drive to back up and restore database and shared preferences of Android application

I need to create a backup of my application which would include creating a backup of 2 databases and also the …

android google-drive-api backup sharedpreferences database-backups
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
Can Google Drive transfer files from Docs to Picasa?

I see you can use Google Picker to open Web Albums, but can you transfer from Drive to Picasa directly?

google-drive-api picasa google-picker
Google Drive API v3 Migration

I decided to migrate from Google Drive API v2 to v3 and it was not an easy task. Even thought …

google-drive-api
google drive javascript api gapi.client.drive.files undefined

The JavaScript example to list files of Google Drive uses gapi.client.drive.files.list(). When trying to use this …

google-drive-api google-api-js-client
Get user name, avatar from google account

I'm developing an module that use GoogleAccountCredential to login, upload & download a file to GoogleDrive. I want to get …

android google-drive-api google-oauth google-account
How can my Google Apps Script be run by others the Sheet is shared with?

I've got a Google Apps Script that works fine for me. Others who the sheet is shared with that try …

google-apps-script google-sheets google-drive-api google-sheets-api
Google API OAuth for Drive API is not working. Getting Error: origin_mismatch

I am trying to run the quick start code of Real Time API of Google Drive. I believe I did …

oauth google-drive-api google-oauth google-drive-realtime-api
Google Drive HTTP 403 "Access Not Configured" error with DrEdit

I'm attempting to install the DrEdit sample app for python onto GAE. The app runs, but saving or opening a …

google-drive-api