Questions tagged [google-drive-picker]

67 questions
0
votes
0 answers

Unable to convert base64 from Arraybuffer

I'm trying to get file from google drive and I'm getting the file contents, converting it to byte array and sending it to backend to save the file on the server(For this I'm using Ajax POST method) This is what I'm trying to do // A simple callback…
coder
  • 13,002
  • 31
  • 112
  • 214
0
votes
1 answer

Folder moving events in google drive

When I drag a folder to another location, is there any way I could know this activity, telling me that it is from where to where?
0
votes
1 answer

How to support subdomain for google drive login

I have an application where people can have account say url is http://localhost:3000. People can also register their domain and have their separate workspace now the url for those users would be http://abc.localhost:3000, where abc is the personal…
rishabh agarwal
  • 99
  • 1
  • 13
0
votes
0 answers

Google drive picker giver error in Edge on MacOS

I am using Google Drive File Picker in an Angular 11 app. I am running on MacOS using https://localhost using the newest released version of all browsers. It works for me on Chrome, Firefox and Safari, but in Edge I get the following error in the…
Jørgen Rasmussen
  • 1,143
  • 14
  • 31
0
votes
0 answers

Google picker doesn't load at all

I have google drive picker that I use on my application to pick files. It has been working all these days, suddenly stopped working (the picker is just blank and chrome freezes). Below is the code I use - function showPicker(pickerOptions,…
0
votes
1 answer

how to calculate the size of a folder google script with google picker api

Yo, I would like to create a script where the user can choose a folder and then by getting the id of the folder I display the size of the folder. I manage to retrieve the ID but I don't know how from this id I can calculate the size and display…
0
votes
1 answer

Downloading images from Google Drive based on last letter of the file name

I have folders of images saved on Google Drive and I need to download only the images ending with the letter Z. Here are a few…
0
votes
0 answers

How can I upload to google drive api without required user to login?

Is this something doable with google drive api? I've stuck on it from days. I used gapiand tried with it till the very end but each http request requires an access_token which is generated from user login.
0
votes
1 answer

upload files to any user's google drive after they authenticate

I want to upload files from my server to my users's google drive storage, after they authenticate, the questions are: Is it possible to do that? Do I have to re-authenticate the user every time they like to upload a new file? Could I embed the…
0
votes
0 answers

Download zip file on google drive

I want to create a MERN stack application from where I can auth to google drive, upload files and download zip folders. But I want to upload files in unzip format and when I want to download folder from google drive I want similar behaviors as…
0
votes
0 answers

Google Drive file picker wanted - but get a local file picker

I want to open a File Picker to selecting Folders in Google Drive. But my File Picker only shows local folders. Connection to Google Drive is successfully established. I query the root folder of Google Drive and want do open the File Picker on root…
0
votes
0 answers

How to refresh the URI content obtained from the Storage Access Framework to point to the latest version

I have two separate devices both running KITKAT that have obtained a URI link to the same remote document (from Google Drive) at around the same time using the Android Storage Access Framework, using ACTION_OPEN_DOCUMENT while also taking…
Tjaart
  • 496
  • 8
  • 20
0
votes
0 answers

How can we include all the files owned by the user and shared with the user with Google Drive Picker API?

I am using the google drive picker API in my application, I used the exact example shown in this link https://developers.google.com/picker/docs. But for me the pickers is showing only a few files. My requirement is to show and select all the files…
0
votes
1 answer

Google Picker not showing Shared drive

I am using Google Picker in a Google Sheet Add-in. I am using the following JS to load the API. And following is code…
Jobin
  • 5,610
  • 5
  • 38
  • 53
0
votes
1 answer

Google Drive API (Javascript) - Can't download pdf file content from Google Drive

I have an issue when trying to download a pdf file from Google Drive via the File Picker. My code works as expected with images and videos, but not pdf files. When downloading an image through the API https://www.googleapis.com/drive/v3/files/' +…