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 API OAuth 2.0; Error: origin_mismatch

I'm having trouble creating a valid google drive API for my website. I may sound like a complete noob, but …

javascript google-drive-api google-drive-realtime-api
Is it possible to send HTTP request from inside Google docs?

I want to send an HTTP request to some REST service from Google drive spreadsheet. Is this possible?

google-drive-api google-docs
Upload CSV to Google Drive Spreadsheet using Drive v2 API

How can I upload a local CSV file to Google Drive using the Drive API v2 so that the uploaded …

csv google-drive-api google-sheets
What are the Google Apps MIME Types in Google Docs and Google Drive?

What are the MIME types for each of the following file extensions: gdoc gslide gsheet gdraw

mime-types google-docs file-type google-drive-api
Specify a user display name when opening a Google Drive document anonymously

I'm doing some research for an application using Google Drive documents, but I'm running into problems with anonymous access and …

google-docs google-drive-api google-docs-api google-drive-realtime-api
Android - Google Spreadsheet Api

I can't get which libs i should use for developing an Android app that menages Google spreadsheet. I need connecting, …

java android api google-sheets google-drive-api
Google Drive api scope and file access (drive vs drive.files)

I have created two refresh tokens for me: one for SCOPE = 'https://www.googleapis.com/auth/drive' and another SCOPE = …

google-api google-drive-api google-api-client
How to download specific Google Drive folder using Python?

I'm trying to download specific folders from Google Drive. I tried this example http://www.mwclearning.com/?p=1608 but its …

python-2.7 google-drive-api google-api-python-client
Open Google Docs Spreadsheet by name

I have a situation where a script is taking input data and sending it to a spreadsheet. After a while, …

google-apps-script google-sheets google-drive-api google-apps
Gradle global build directory

I want to know is it possible to configure Gradle to use one global build directory for all projects? I …

build gradle google-drive-api global