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
0
votes
0 answers

Google Picker API for sharing documents

I have implemented the Picker API for my Web App and there is only one inconvenient. The App permit a user to open a project and share all kind of documents. One of the methods available to share documents with others is throughout Google Drive, so…
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
0
votes
1 answer

Image direct link from Google Picker

I have Google Picker working well in my project, it imports all data, thumbnails, id etc. of the file. In next step I have to download it, but I don't have direct link. I tried to get direct link with Drive V2 API, but it show 404 error. I have all…
Berkas
  • 11
  • 3
0
votes
1 answer

Gwt GooglePicker not getting a result

Warning 2 part Question: I am using Gwt Google Picker in an app. While trying to get the result back I am hitting an error here is my code: private final static String appId = "ViDemantay"; private final static AppUser appUser =…
0
votes
1 answer

Google Drive Picker: Show Images/Docs which have Link Sharing as ON

I need to implement Drive Picker in my project which I have implemented correctly. I need to show in the picker only those images/Docs which have the LinkSharing as 'ON'.By doing so, I can download the Images in my Project. Here is my code for…
Mufaddal
  • 558
  • 5
  • 24
0
votes
0 answers

Will Google Picker WebCamView ever work at all?

I've been messing around with Google Picker API, and wondering whether it's doomed to be discontinued. Or is it that I am an early-adopter? This complaint about WebCamView ("No CAmera detected") is 14 months old, and got just 56 views in all that…
Martin Bramwell
  • 2,003
  • 2
  • 19
  • 35
0
votes
1 answer

Is this Google Picker warning irrelevant?

When I deliver a completed development I like to try to ensure I have zero reports appearing in browser console logs, but Google Picker in Google Chrome is putting out some that I can't understand, much less eliminate. In Chrome : Failed to execute…
0
votes
1 answer

Should the backend immediately download file selected by google file picker?

My backend application is an image processing service and it is resource intensive. Users send file to this service by selecting the target file using Google File Picker. Sometimes the inbound files can be queued for days waiting to be processed.…
user193116
  • 3,498
  • 6
  • 39
  • 58
0
votes
1 answer

Google Picker API DocsUploadView setIncludeFolders not working

I have the following : var uploadView = new google.picker.DocsUploadView().setIncludeFolders(true); var picker = new google.picker.PickerBuilder(). addView(uploadView). setOAuthToken(oauthToken). …
navark
  • 163
  • 1
  • 1
  • 10
0
votes
1 answer

window.location picks IP address and not the domain name

I've my ruby on rails website registered as a subdomain under godaddy.com It works fine. But when I try to get the window.location.host, It returns the IP address of my server and not the domain name. Because of this I'm getting the following error…
Sana
  • 319
  • 1
  • 3
  • 18
0
votes
1 answer

Google picker api not entering the onApiLoad function

I want to integrate Google drive picker api in my application. But the onload function for the google picker api is not calling. Below is the code of mine.
SrinivasNaidu
  • 439
  • 2
  • 10
  • 27
0
votes
2 answers

Return id file from google picker when i'm make a google add-ons

I'm Colombian my English it'is not good, I hope you understand me question. I'm setting up a Google Add-Ons on google docs (Google apps script) and I'm calling a google picker for choosing the file but I haven't been able to do that because I don't…
0
votes
1 answer

Google Picker, get OAuth token

I am using Google Picker inside of my project. Now, it has to use the OAuth token or you get the message ("Invalid credentials (missing or invalid oAuth token)"). I want to get that token from my user. I don't know how to do it. I know it has to use…
Diego Jovanovič
  • 234
  • 3
  • 14
0
votes
3 answers

From Drive to Blobstore using Picker

I have the Google picker set up, as well as Blobstore. I'm able to upload files from my local machine to the Blobstore, but now I have the Picker set up, it works, but I don't know know how to use the info (url? fileid?) to then load that selected…
0
votes
1 answer

Google Drive Picker with Service Account Oauth2 (p12 file) Javascript

I'm trying to create a Google Drive Picker with "Service Account" instead of using "Client ID for web application" with Javascript. I found a Google Picker example with Javascript that let me access to my Drive files using but using "Client ID for…
0
votes
1 answer

Cannot select item with Google drive picker on Android Browser

I am using the google drive picker to open files from google drive within a web page. The dialog works correctly in most browsers including mobile Chrome, however, with the Android browser, tapping on a file does not select it. This is using a…
daw
  • 1,959
  • 1
  • 20
  • 25