Questions tagged [google-picker]

Google Picker is a "File Open" dialog for the information stored in Google servers.

Google Picker is a "File Open" dialog for the information stored in Google servers.

With Google Picker, users can select photos, videos, maps, and documents stored in Google servers. The selection is passed back to the web page or web application for further use.

Using the Picker is an alternative to integration with the Drive UI, for applications that use the limited permission drive.file OAuth scope and need to access explicitly-selected, existing files in users' Google Drive.

enter image description here

Related Information:

316 questions
4
votes
1 answer

Using search bar in Google Drive Picker shows no results and throws internal error in network response

I have the Google Picker API implemented in an application, with the Google Drive view included. Currently, entering a search query in the search bar of the Google Drive view starts showing a drop-down with some file results included, like…
4
votes
1 answer

Google Drive API Picker v3 (May 2018) window disappears and gives .split is not a function error

Using Google Drive API Picker v3, Chrome Version 66.0.3359.139 Each account can log into their account one time and one time only. You can switch back and forth between accounts, but if you try to access the same account 2 times in a row... it will…
J-Roel
  • 520
  • 1
  • 4
  • 21
4
votes
3 answers

Google Picker => How to download the file

C# Here if it matters. What I am trying to do is allow users on mobile phones (or desktops) to upload files to my web server. I have the picker built, got the auth all figured out for the scope drive.readonly. But what I keep seeing in the examples…
Paul Perrick
  • 496
  • 9
  • 22
4
votes
5 answers

Google picker upload

I am trying to make a picker of Google drive that let me to upload new local files to Google Drive. The picker is working and it is showing me my Google Drive files, but there's only the select button and there's not a "upload" button. I added the…
waytosay
  • 198
  • 1
  • 13
4
votes
1 answer

Google drive pdf not uploaded properly to s3 server

I am trying to upload the pdf file from google drive to s3 server, but its not uploaded properly. I use google drive picker for get the file Here is my Here is my google drive picker code:- (Client side code)