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.

Uploading file to specific folder using google drive api with PHP

I am using google drive api to upload files, This is my code so far now the file upload to …

php google-drive-api google-api-php-client
How do I switch accounts under the NEW Google Drive Android API

My authorization flow in the new Google Drive Android API is as follows: Menu: SELECT ACCOUNT connect(); onConnectionFailed() result.startResolutionForResult() …

android google-drive-api google-drive-android-api
How to access Team Drive using service account with Google Drive .NET API v3

Does anyone know which configurations should be done to grant Google service account an access to a Team Drive which …

c# google-api google-drive-api service-accounts google-workspace
How to upload file to google drive with service account credential

I wanted to upload the files to my Google Drive using a Google service account credentials. I downloaded credential as …

python google-api google-drive-api google-api-python-client service-accounts
Rstudio and Google Drive Syncing Problems: "The process cannot access the file because it is being used by another process"

So I'm using RStudio and storing my files on Google Drive (the version with folders on your system, acting like …

google-drive-api rstudio
Web Google authentication with firebase

uncaught exception: Error: This operation is not supported in the environment this application is running on. "location.protocol" must be …

javascript firebase google-drive-api firebase-authentication adobe-indesign
Linking to kml/kmz files on Google Drive

I've saved kml and kmz files in a file cabinet in the old Google Sites. I copy the permalink to …

google-maps overlay kml google-drive-api permalinks
Google api refresh_token null and how to refresh access token

I use HWIO Bundle for google api and when I have response from google refreshToken = null why? How to refresh …

php google-drive-api google-api-php-client
Google Drive API - Android - How to obtain a drive file id?

I'm trying to develop an android app that can read a xml file stored in my google drive folder, the …

android google-drive-api google-drive-android-api
What's the right way to find files by "full path" in Google Drive API v2

dear all I'm trying to find a list of documents by "full path". And after reading the API reference, it …

google-drive-api