Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 views

How do I specify a "q" parameter for www.googleapis.com/drive/v3/files

In the Google Slides API sample, it says to do a GET request: GET https://www.googleapis.com/drive/v3/files?q="mimeType=application/vnd.google-apps.presentation"&fields=files(id,name,...
Alan's user avatar
  • 27
0 votes
0 answers
44 views

Google Drive integration with Angular app gives 403

I have tried to use this component <drive-picker client-id="clientId" oauth-token="userAccessToken"> <drive-picker-docs-view starred="true"></drive-...
Marcin Żmigrodzki's user avatar
1 vote
1 answer
62 views

How to test a Google Drive add-on?

I have written a simple add-on using google apps script, and "deployed" it as "Add On". But whatever I do, I cannot figure out how to connect that add on to my drive account so I ...
Dima's user avatar
  • 40.6k
-1 votes
0 answers
17 views

Get Storage Usage for an Individual Shared Drive using Google Workspace APIs?

We can easily view the Storage used metric for individual Shared Drives within the Google Workspace Admin Console (admin.google.com/ac/drive/manageshareddrives). However, the Drive API (v3)'s drives....
Daisy Zhang's user avatar
-1 votes
0 answers
16 views

When changing the Parent of a "larger" Folder in Google Drive ; at 89 seconds consistently it returns 500 Internal Server Error

This seems to be a recurring problem category with various uses of the drive API, but I've yet to see one that mentions it in this way. It does not appear to matter how many files descendants there ...
Phatmandrake's user avatar
0 votes
0 answers
24 views

Why does Google Drive API drive.file scope fail to copy external file but work with drive scope?

I'm building an application where new users (who are external to my Google Workspace domain) need a personal copy of a single Google Docs file (a template I've created). The file is shared as "...
Kevin B.'s user avatar
  • 121