Skip to main content

All Questions

-2 votes
0 answers
39 views

accessing google drive folders in google script [closed]

I have links to google drive folders in my google script but when my users go to click on them it says that they don't have access. The problem I am having is that I did give them access and it still ...
Parker Bishop's user avatar
0 votes
1 answer
38 views

ExportLink to download google doc history always return 429

The file has 100 histories. And Code is like below: $request = $this->service->files->export( $item['file_id'], ...
吴婕妤's user avatar
0 votes
1 answer
25 views

How do I give a user permission to run the Apps Script in a Google Sheet?

I have created a pair of Apps Sheet files which run fine for me. I have shared the Google Sheets with other users. But those users cannot execute the scripts. How do I give them permission? I thought ...
Bill Downall's user avatar
0 votes
0 answers
27 views

Can user files be uploaded via Google Drive API?

I have a web application (productivity application). I want to store user-generated content on Google Drive. But Google Drive API policies confused me. https://developers.google.com/drive/api/terms *...
Henry Poincare's user avatar
1 vote
1 answer
79 views

Google picker in Electron returns 403 when packaged but not local dev

We are running into an issue where the Google picker is working fine in our web builds and our local development Electron build, but when we go to package up a staging build, opening the picker gives ...
Elizabeth Erickson's user avatar
0 votes
0 answers
39 views

Is there anyway use Google's API to convert Google Slide to SVG?

I need convert a Slide to SVGs via Google's API, and I found that Google Slide support download as SVG in their FE. and I'm trying use the export API to convert that and meet follow response:enter ...
Zephyr's user avatar
  • 1
0 votes
1 answer
187 views

Google workspace: file menu handling

I have integrated Google Workspace into my web application. We are rendering it into our application using iframe. Now the issue is that as per our web app requirements we want to disable certain ...
Sai Kumar Goud Katagouni's user avatar
0 votes
0 answers
23 views

Google Drive API > Golang > quickstart : Cannot progress after "{App} wants access to your Google Account" step

From the website (https://developers.google.com/drive/api/quickstart/go) I found quickstart go sample code and guides for what to do. I've done everything but I am not sure that everything was ...
Sujin Kim's user avatar
0 votes
0 answers
15 views

Google drive changes native file (workspace apps files) binaries just by opening the file

Body I need help with https://developers.google.com/drive/api/reference/rest/v3/revisions export links I had one observation about the export links and needed to know the root cause for the behaviour ...
Amar Solanke's user avatar
0 votes
1 answer
68 views

503 error when trying to get google doc with many pages

I am facing an issue with Google Drive API. I am using PHP (version 8.1.27) with the Symfony framework (version 6.4.*) on Ubuntu ( version 22.04.3 LTS). I incorporated the latest Google API library (...
R1k3r's user avatar
  • 39
0 votes
0 answers
21 views

Google Site - File Structure Replication with Auto Naming?

I am creating a Google Site and creating a calendar within to link to a document for each and every day for every month of the year. Are there any easier ways to replicate this structure for a ...
KalpsB's user avatar
  • 1
0 votes
0 answers
31 views

Is it possible to get a list of all files with iOS Google Drive drive.file permission?

I was using drive.readonly permission in Google Drive, but suddenly it asked me to use drive.file permission. As far as I understand, drive.file permission only applies to files uploaded by the app or ...
junhuloveapple Kim's user avatar
1 vote
0 answers
479 views

Is there a way to use Google Drive Picker in an iOS app?

Currently, I suddenly received a unilateral notification from Google Drive Product to change the drive.readonly range to drive.file and a short transition time. Our app has been providing two ...
junhuloveapple Kim's user avatar
1 vote
1 answer
57 views

API request not returning expected data - PHP

My code has service account credentials but it not returning expected data - anyone spot any issues with it? It is returning an empty object - am I not accessing the right part of the $file when I try ...
bodenbox's user avatar
0 votes
1 answer
39 views

Trying to delete file from Google Drive Folder

Please, How can I delete my file on Google workspace from google cloud service account? my architecture is : Local machine : executing scripting. service account from Google cloud; xxxxxx@myproject-...
user avatar

15 30 50 per page
1
2 3 4 5
11