new `drive.meet.readonly` scope does not work with the drive.files.export method
I’m trying to switch from using the main https://www.googleapis.com/auth/drive.readonly
scope that allows access to the entire Drive to the new more restricted one https://www.googleapis.com/auth/drive.meet.readonly
How can I access a file stored on a Google Shared Drive in Google Workspace using the API?
I can access files stored on a standard Google Shared Drive with no issues as an “editor” using the API, however I can’t access files stored on a Google Shared Drive in Google Workspace even as “manager” using the API.
How do I modify replies to revisions with Google Drive API?
For Google Drive API, I know how to modify comments (comments.update, which requires fileID and commentID). I know how to modify replies to comments (replies.update, which requires fileID, commentID, and replyID).
How do I modify replies to revisions with Google Drive API?
For Google Drive API, I know how to modify comments (comments.update, which requires fileID and commentID). I know how to modify replies to comments (replies.update, which requires fileID, commentID, and replyID).
Google Drive API – iOS/Android – How can user allow access to file?
My iOS/Android app is using “drive.file” scope for Google Drive API. I want to be able to download files the user has created. In order for my app to see the file, the user has to authorize access somehow on a per-file basis. I’m struggling with how to do this.
how to send an email with attachment from google drive
I was wondering if there is a solution that i can look into
Google Drive API – limit API access to specific folder?
We are working for a client, Caltimes, who has given us permission to access the Google Drive API. Using this API, we need to create a folder structure in Google Drive and upload files into that structure. However, we are unable to access the directory through the API. Despite using the same service account, we can perform manual operations correctly, but we cannot do anything with the Google API, including retrieving folder information. Could it be that additional read/write permissions are required to access any folder using the Google API?
How to get webViewLink of a file store in my computer by Google Drive?
I would like to create a list of all files in a folder with its name and the webViewLink from Google Drive that is associated with that particular file. I can get webViewLink for a particular file if I right click and select “Copy Link to Clipboard”, I want to use PowerShell to generate this list. How do I do that?
The issue with paid workspace google drive file not uploading using Google drive API with PHP 7.4 [closed]
Closed 2 days ago.
How do I retrieve lastModifyingUser from Google Drive API?
I need to retrieve the list of revisions for some files in Google Drive. Here is my code: