Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
4 replies
58 views

I have an Add-On under review in the Google Marketplace. My Add-On runs in Google Slides and needs to access Google Sheets data to create various visuals in Slides. Specifically my Add-On pulls data ...
steeveesas's user avatar
1 vote
1 answer
118 views

I have an app where users (using the drive.file Oath scope) can create a new Sheet. I want to display the Google Picker to display the Sheets they've created with my app BUT the Picker is showing ALL ...
Random Data Monster's user avatar
0 votes
0 answers
132 views

Goal Let users create files in my web app and save them to Google Drive. Let users use Google Picker to select any file they own or that’s shared with them. After selection, let my app download or ...
Katerina Matsuleva's user avatar
2 votes
2 answers
359 views

I've a web application that uses the Google File Picker to select a file, and then internally my backend takes the fileId and calls this API to download it: https://developers.google.com/workspace/...
Librorio Tribio's user avatar
2 votes
2 answers
275 views

Google is pushing developers to use the drive.file scope instead of the drive.readonly scope (which is restricted) while encouraging the use of the Google picker. Using the Google picker and drive....
Alan Paulin's user avatar
0 votes
0 answers
106 views

My app needs continuous/background access to file data (docs and spreadsheets) that the user selects through the Google Picker API. Meaning, I need to access the file e.g. days after it was first ...
Sean McClure's user avatar
0 votes
0 answers
51 views

If I use a DocsView view in Google Picker with setIncludeFolders(true) and setSelectFolderEnabled(true), I can move into a folder by double clicking on it. However if I click on the folder name and ...
Dan Kranz's user avatar
0 votes
0 answers
114 views

I have a Google Cloud application that operates with the drive.file OAuth scope among some other non-sensitive scopes. I want to enable our app users to select their existing files for use within the ...
Eduardo Marques's user avatar
0 votes
0 answers
173 views

I am developing an application that processes resumes submitted via Google Forms, storing them on Google Drive. Our app uses ATS scoring and filtering algorithms to evaluate these resumes. I want to ...
Abhigyan Ranjan's user avatar
1 vote
1 answer
315 views

I am working on a Google Docs Extension (Add-on) that exports a file into the same folder as the current document. I need my script to use the narrowest scopes so it can pass the verification process ...
Dagmar's user avatar
  • 3,321
0 votes
1 answer
160 views

I use demo code from goole-https://developers.google.com/drive/picker/guides/sample and fill what I should complete like API_KEY;but cannot selet multi file still; I copied the dom and I can find aria-...
陈阳宏's user avatar
1 vote
0 answers
84 views

I am developing an application on Universal Windows Platform (UWP) that works with calendar events. I need to integrate Google Picker API to download files from Google Drive. This functionality is ...
Roman Voskoboynikov's user avatar
0 votes
1 answer
102 views

I’m working on a Python Flask project with Google Picker and Drive APIs, aiming to allow users to select files from their Google Drive and modify them. For security and user control reasons, I’m using ...
kamipeer's user avatar
0 votes
1 answer
90 views

I am using Google's documentation on the Google Picker at https://developers.google.com/drive/picker/guides/sample and the popup for google drive is not opening when i use this code in django template....
Puzzleshock's user avatar
1 vote
1 answer
269 views

I'm working on a Google Drive integration that allows users to select files using the Google Picker API on the frontend and then sends the file information to the backend for downloading and uploading ...
Andrew 's user avatar
-1 votes
1 answer
127 views

I am looking to implement Google Picker modal into my product. However, while I was going through the documentation, I came across a page which mentions that the JS libraries are being deprecated. ...
InfiniteCoder's user avatar
0 votes
1 answer
84 views

I am creating a web application with the GAS app. I want an unspecified number of users with G accounts to be able to select a Drive folder from the GAS app and grant the GAS app permission to that ...
出口政孝's user avatar
0 votes
0 answers
106 views

Does anyone know if its possible to use Google picker API in Chrome extension MV3? The biggest issue I have is the fact that MV3 does not allow external script ingestion which is required for GOogle ...
HaloKibin's user avatar
1 vote
1 answer
566 views

Our application encounters an error from Google Drive when attempting to download a selected file from the Google Picker. We have two applications, one for the production environment and one for the ...
Ostico's user avatar
  • 65
0 votes
0 answers
175 views

I'm trying to get the Google Picker API to work inside an iframe instead of the default modal that loads on top of everything. I get the picker to load, can browse files, but when I click 'Select' the ...
BiggeekTX's user avatar
1 vote
1 answer
330 views

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
4 votes
1 answer
343 views

I plan to have a webapp for user to upload file to my drive. I create a service account and get the OAuth token for Google Picker. I confirm the access token is vaild. However, Google Picker API ...
Jaguar Li's user avatar
0 votes
1 answer
179 views

I need help. I use 'auth-code' login flow (with 'drive.file' scope) in my react app, and then exchange this cde on the server for access and refresh token, and return access_token back to react ...
Yarik Bratashchuk's user avatar
3 votes
0 answers
1k views

I'm creating a web-app on top of Google Drive. Althoguh I want to use the most restricting scope (drive.file) I stumbled accros a problem when trying to pick a folder instead of single file. When user ...
Mike Carter's user avatar
4 votes
3 answers
1k views

We are currently in the process of transitioning scopes for out app from the restricted 'auth/drive' scope to 'auth/drive.file' scope, however, it does not seem like the Google Drive Picker is ...
Enrique R.'s user avatar
1 vote
0 answers
247 views

I am currently working on the development of a full native Android application and have received communication from Google to transition from the restricted 'auth/drive' scope to the less restrictive '...
Takuro Kodama's user avatar
0 votes
0 answers
154 views

I have been trying to open google picker from a chrome extension. I want to select a file from google drive and get the info about the file. I use manifest v3 for my extension. I am tried to implement ...
user2602774's user avatar
0 votes
0 answers
184 views

The client side implementation is currently this function initClient() { client = google.accounts.oauth2.initCodeClient({ client_id: CLIENT_ID, scope: SCOPES, ...
Ashok Budha's user avatar
2 votes
1 answer
134 views

I'm using the official Google Picker code sample as a base to attempt ✅ user authentication and authorization; ✅ to trigger the Google Picker for selecting/ uploading (only) image files; ❌ to return ...
goToAndPlay's user avatar
1 vote
0 answers
393 views

I'm currently work on a Nuxt3 app for first time. In part of app i have a form with google picker for user's drive access. All works but when users submit the form i revoke the token used for the ...
BenG's user avatar
  • 11
4 votes
0 answers
580 views

I want the user to have the ability to grant access only to a specific folder in Google Drive. To achieve this, I'm using the drive.files scope and this simple code from the examples. function ...
Юрий Кот's user avatar
0 votes
0 answers
228 views

I'm a bit stuck with the Google API and the Drive file picker. I want the Drive file picker to open at a given location (folder) in Drive, but users should also be able to navigate outside that ...
Pierre's user avatar
  • 69
1 vote
2 answers
373 views

I am currently getting a 500 error when using the Google Picker API with the DocsView. var builder = new google.picker.PickerBuilder(); builder.setOAuthToken(authToken); builder.setDeveloperKey(...
Joshua Swain's user avatar
1 vote
1 answer
219 views

I am trying to get the shared drive id in the callback of the google picker. The response I am getting is attached in screenshot These are the scopes for getting the drive data Following is the code ...
Yisal Khan's user avatar
3 votes
1 answer
1k views

We have the Google Picker working, but have noticed that the picker code seems to be trying to log events to Google, and is getting 400 errors when doing so. Looks like Google library code trying to ...
Dan's user avatar
  • 1,451
0 votes
1 answer
1k views

Google Picker is working fine for the user's own Drive, but I want to add the option to see files shared with the user, as per drive.google.com where you have both My Drive and Shared with me: This ...
Dan's user avatar
  • 1,451
0 votes
2 answers
471 views

I am trying to open the selected file from google drive picker in incognito mode, but it is asking to sign in accounts. I want that file as a public file. Without logging in our account, we should ...
Sriram Sundar's user avatar
1 vote
1 answer
180 views

I was going through the google drive picker api docs, I didn't find the proper solution to handle the delete files/folder(s) through the picker. I just wanted to confirm that google picker support the ...
Chandra Prasad Mishra's user avatar
1 vote
1 answer
630 views

We are migrating from deprecated Google Sign-in (basically gapi.auth and gapi.auth2 methods) into the new Google identity services (google.accounts.oauth2). More info here We are using the ...
Lukas Cizek's user avatar
-1 votes
1 answer
101 views

I am new to meteorJs framework. I have a use case like when an user clicks on a button google drive picker has to open after google authentication and when user select any file from the google drive ...
Naveen hm's user avatar
0 votes
0 answers
106 views

I am trying to load the google drive picker API in my project. This source code is taken from Google Picker Code Sample This is my source code. gapiLoaded() { window['gapi'].load('client:picker', ...
Sriram Sundar's user avatar
1 vote
1 answer
326 views

In setting up the Google Picker API I initially set it up to use this scope: https://www.googleapis.com/auth/drive.metadata.readonly which listed 2 services as expected. When updating the picker to ...
Chenille 'Shay' Pottle's user avatar
0 votes
0 answers
28 views

I've done the Google Drive API integration. User can choose/upload file from google drive. Now, I want to save google drive file into my local directory. I am getting binary data of file using below ...
Denis Patel's user avatar
0 votes
1 answer
2k views

I want to use google drive as a video hosting platform. I have a website where I offer a video course. I would like to use the videos I stored in my google drive, fetch them and display them on my ...
Dave's user avatar
  • 25
3 votes
2 answers
1k views

I created a forms addon with scope: https://www.googleapis.com/auth/drive.file and created a picker: function onOpen(e) { FormApp.getUi().createAddonMenu() .addItem('Sync to Drive', 'showPicker') ...
Réti Opening's user avatar
1 vote
2 answers
1k views

react-google-drive-picker react-google-picker methods from both package are expired. response when try to authenticate : { error: "idpiframe_initialization_failed", details:"You ...
shafa vp's user avatar
1 vote
0 answers
235 views

Submit, Cancel, close Buttons are not working in react google picker , But can select file by double clicking the file import GooglePicker from "react-google-picker"; <GooglePicker ...
shafa vp's user avatar
1 vote
0 answers
65 views

I have the following code JS: var clientId = "236416465129-r17h1bb7qoen8qcs0v1ttrbtdaj8vp41.apps.googleusercontent.com"; scope = ['https://www.googleapis.com/auth/drive.file']; var ...
Vàng Lê Văn Bảo's user avatar
0 votes
0 answers
570 views

My web application is integrating with Google Picker. I have separated flow for user to link their email account with scope "https://www.googleapis.com/auth/drive.file" and stored the user ...
CodeMonkey's user avatar
3 votes
2 answers
1k views

I would like to use the Google Picker to choose a specific file from Drive, get its id and then share it with some other accounts using Drive API. The problem is that I can either: see all of the ...
Kacper's user avatar
  • 31

1
2 3 4 5
7