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
1 answer

Google Picker for Google Drive

Google Picker is cool in that it provides users a more modern experience: Familiar — The look-and-feel users will recognize from Google Drive and other Google properties. Graphical — A dialog experience, with many views showing previews…
0
votes
1 answer

Google picker did not load when button clicked

I use Google picker to select location of place using bellow code. the problem is picker did not load when text field is clicked and work normally if i loaded it when page load // The API developer key obtained from the Google Cloud Console. …
AhmedShawky
  • 860
  • 2
  • 7
  • 18
0
votes
1 answer

Google picker not working when deployed to gae

I have developed an app in Java - Eclipse to upload images to google app engine using Google Picker API. While in development mode it works as it should, when i deploy it to Google app engine, the code stops working (as it does in development mode…
Catersa
  • 125
  • 1
  • 2
  • 11
0
votes
1 answer

Is there a JS library to display Google Drive contents in a file explorer style view

I'm currently using google picker to allow user to choose files from his/her Google Drive. The google picker is an excellent component. It displays all the files in a flat view. This is Ok for most of the time though some users request a file…
James Gan
  • 6,988
  • 4
  • 28
  • 36
0
votes
1 answer

Google Picker not using OAuth token

Google Picker does not seem to use the OAuth token we pass it to display. It always uses the first logged in account on the user's browser. I am currently building the picker using something like this: google_identity = { accessToken: 'oauth token',…
Lawliet
  • 131
  • 1
  • 7
0
votes
1 answer

Using Google Picker API prevents RAMP LOAD from being issued?

You will need to whitelist these URLs: http://cc-repro-sndr.mickens.us/ http://cc-repro-sndr2.mickens.us/ (cc-repro-sndr) First press "Open Receiver", then choose "Play from Dropbox", video will play. (reload/f5) (cc-repro-sndr) First press "Open…
colemickens
  • 119
  • 2
  • 11
0
votes
1 answer

Google Picker API - how to load a picker on demand

I want to use the google picker api . The example shows the picker being loaded when the page loads, and I want a picker to be loaded when I click on something, but it doesn't seem to work properly in that situation. So the working example…
mheavers
  • 29,530
  • 58
  • 194
  • 315
0
votes
2 answers

How do I use Google doc picker with html service

I am working on a Google apps script that uses html service. I want to provide the user with a file chooser so they can choose a file from their Google drive. I have seen two different API's that seem to do this, Google Picker and Google…
0
votes
1 answer

how do l will set setOAuthToken in google picker api

What should l will be passing to setOAuthToken in addView(view). addView(uploadView). setAppId("2845265023234663") .setOAuthToken('???') .setCallback(pickerCallback). As the token session l am…
Vicky
  • 45
  • 5
0
votes
1 answer

Google Picker docsUploadView()

I am using DocsUploadView() in Google Picker to upload documents to the Google Drive. However, I want to add content to the 'description' and 'indexableText' fields at the time of upload. What would be a simple way to do this?
0
votes
1 answer

Google Picker API: filter YouTube movies

Hello I've been expirimenting with the Google Picker API (http://code.google.com/apis/picker/). I've got a working demo (code below) that searches for YouTube movies. This current version returns all videos. I'm trying to filter the results so it'll…
-1
votes
1 answer

Upload file from google drive to my web app when user selects file from google drive picker

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 that file should get uploaded to my collection(or…
Naveen hm
  • 7
  • 2
-1
votes
1 answer

Is it possible to add Google Picker to a Discord Button?

I have been trying to create a Discord bot using Discord.js and the Google Picker API. I was wondering if there was a way to click on a button in Discord which would directly open up the Google Picker. Clicking on this button would open up the…
PyroCandy
  • 11
  • 2
-1
votes
1 answer

Can Google Picker API to read the content of g sheet and display it is a specific format?

I would like to have a macro that imports a g sheet and put it in a format that i would define. In order to import a file, I found the Google Picker API . But I could only find highlevel information of the file and not its content. There is the…
-1
votes
1 answer

How to manage secrets with Google Picker Library?

I have web app with html/js. Integrated Google Picker library for gdrive. In browser dev tools/source code: developerKey, clientId, appId are being exposed. Does that pose any security risk(1) or those can be public? If not, what are possible ways…
Beerus
  • 34
  • 8
1 2 3
21
22