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 Sheets: How to replace text in column header?

I have a query like this =QUERY(B2:C9; "select (C * 100 / B) - 100") in my Google Sheets. What is displayed …

google-sheets google-drive-api google-sheets-query
How to shrink code - 65k method limit in dex

I have a rather large Android app that relies on many library projects. The Android compiler has a limitation of 65536 …

android google-drive-api guava dex android-multidex
How to download a Google Drive url via curl or wget

Is there a way to download a publicly-viewable Google Drive url via curl or wget? For example, being able to …

curl google-drive-api wget
How to get list of files by folder on Google Drive API

I am trying to build a web UI for users to navigate his/her Google Drive and select one or …

google-drive-api
Easiest way to get file ID from URL on Google Apps Script

Here is what I'm trying to do: given a Google document URL, I want to get the document ID to …

google-apps-script google-drive-api
How do I authorise an app (web or installed) without user intervention?

Let's say that I have a web app that needs to access Drive files in a background service. It will …

google-api google-drive-api google-oauth gmail-api
Google app script timeout ~ 5 minutes?

My google app script is iterating through the user's google drive files and copying and sometimes moving files to other …

google-apps-script google-drive-api
How can I create a hyperlink in the middle of cell text?

In google spreadsheets, it is possible to add a hyperlink to a cell as: =hyperlink("www.google.com", "search the …

hyperlink google-sheets google-drive-api google-docs
Google Drive mime-types listing?

As per https://developers.google.com/drive/manage-uploads, it mentions See the API reference for each method's list of accepted …

google-drive-api
How to delete a File in Google Drive?

How do I write a Google Apps Script that deletes files? This finds files: var ExistingFiles = DocsList.find(fileName); But …

file google-apps-script google-drive-api delete-file