About 941,000 results
Open links in new tab
  1. Newest 'google-drive-api' Questions - Stack Overflow

    Dec 17, 2025 · Google Drive Api Service Accounts do not have storage quota. Leverage shared drives, or use OAuth delegation instead [closed] Description: I'm trying to upload files to a shared folder in …

  2. How do I add/create/insert files to Google Drive through the API?

    Apr 25, 2012 · Need help regarding inserting a file to google drive through api. The api documentation for this purpose does not clearly explains how to send the actual body of the file through http post …

  3. Get shared link through Google Drive API - Stack Overflow

    For Google Drive API v3, Google suggests we use the webViewLink property instead.

  4. Create File with Google Drive Api v3 (javascript) - Stack Overflow

    I want to create a file with content using Google Drive API v3. I have authenticated via OAuth and have the Drive API loaded. Statements like the following work (but produce a file without content):

  5. How to get list of files by folder on Google Drive API

    Jul 13, 2014 · How to get list of files by folder on Google Drive API Asked 11 years, 6 months ago Modified 2 years ago Viewed 101k times

  6. Google Drive Api Service Accounts do not have storage quota.

    Aug 16, 2025 · The shared folder belongs to a personal Google account (not Workspace). I've correctly configured the API: I enabled the Google Drive API, created the service account, generated the …

  7. Google Drive Api - Get Folder Paths - Stack Overflow

    Dec 4, 2012 · Google Drive Api - Get Folder Paths Asked 13 years ago Modified 5 years, 3 months ago Viewed 15k times

  8. Can someone provide an up-to-date Android guide for Google Drive …

    Jul 9, 2019 · Myself and many others have been struggling with setting up the Google Drive REST API v3 to work with Android apps. This mainly stems from the fact that the official Google documentation …

  9. How to move files and folders using google drive API?

    Oct 8, 2012 · I am trying to use Google drive API to carry out simple tasks like Moving files across folders. List item Moving folders. As far as I could find Google drive API does not provide a way to …

  10. Google Drive API error - "message": "Shared drive not found: xyz"

    Jan 18, 2022 · I am using a service account to connect to a shared drive in my personal Google account. The Google Drive API always returns an error saying the shared drive was not found.