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.

Looking for example using MediaFileUpload

Does anyone know where I can find complete sample code for uploading a local file and getting contents with MediaFileUpload? …

python google-app-engine google-drive-api
Find file's parent id : Google Drive API V3

Today after I updated my Drive API to V3, I dint find any method to find the parent of the …

google-api google-drive-api drive
Automatically delete file from Google Drive trash

There are several articles, but I am not able to put a code together to run it successfully. One article …

google-apps-script google-drive-api delete-file
Google Drive - Root Folder Id

Is the Google Drive's Root Folder Id permanent? Will the Root Folder Id remain the same as long as the …

google-drive-api drive
Google Drive API, Oauth and service account

I've some issues with Google Drive API, service account and authentication. I read a lot, but I cannot figure out …

google-drive-api google-oauth service-accounts
How to play google drive mp3 file using html audio tag?

My aim is to play the mp3 file from the google drive. I am using the plugin MediaElement js. The …

cross-browser google-drive-api html5-audio mediaelement.js
Google Drive\Docs API for Android

I integrated Dropbox with my app in a matter of hours as the SDK was clearly described and had good …

android google-docs-api google-drive-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
Google Sheets API v4 - How to get the last row with value?

How to get the last row with value in the new Google Sheets API v4 ? i use this to get …

android google-sheets google-drive-api google-spreadsheet-api
Google Drive API v3 - downloading files in PHP

I'm trying to understand the download flow for the Google Drive API v3 using PHP. Using the API v2 to …

google-drive-api google-api-php-client