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.

WARNING: unable to change permissions for everybody:

When running the Java quickstart sample at https://developers.google.com/drive/web/quickstart/java?hl=hu in NetBeans, I'm …

java google-drive-api
Google Drive Picker - Developer Key is Invalid Error

I started to learn Google Drive Picker API and started with my localhost (I have created my client id and …

javascript google-drive-api google-picker
Google drive : redirect_uri_mismatch

I followed this basic tutorial, but I get: Eroare:redirect_uri_mismatch The redirect URI in the request: urn:ietf:…

google-drive-api google-drive-realtime-api
Using Google Drive to backup and restore SQLite Database

I've managed to create a backup of my database on an SD card and restore from there but realized that …

android google-drive-api google-drive-android-api
How to move files and folders using google drive API?

I am trying to use Google drive API to carry out simple tasks like Moving files across folders. List item …

google-drive-api
Creating empty spreadsheets in Google Drive using Drive API

I want to create an empty Google Sheet (created only with metadata) in Google Drive. When I referred to the …

python google-drive-api google-sheets-api google-api-python-client
How to list files in a specific folder in Google Drive API v3 PHP

I am searching for a way, how can I list files in a specific folder (with folder id) in Google …

php google-drive-api
Write data into Google Spreadsheet w/ Java

I'm lost on this one. I'm trying to connect Java with Google spreadsheet, and although the API's documentation is complete …

java google-sheets google-drive-api google-spreadsheet-api
Use Google Drive (or any cloud storage) as development workspace?

This somewhat applies to all cloud storage, but specifically I'm wondering: Is it practical to use Google Drive as a …

ide cloud-storage google-drive-api
Permanently delete file from google drive

How permanently delete file on google drive using google script I find only method setTrashed. It moved file into Trash, …

google-apps-script google-drive-api google-docs-api