Using Google Picker to access a shared Google Drive within a PHP webapp -


i have google drive contains hundreds of files referenced , linked within php webapp. users authenticate webapp , not google. want use google picker , point @ shared, private, google drive users can access these documents.

i've seen load of examples picker used access users google drive not picker pointing google drive.

i'm migrating google documents list api v2 functionality available, picker far better solution.

is there way accomplish this?

it's not documented can set google user id while building new picker.

var picker = new google.picker.pickerbuilder().setauthuser(<userid>)... 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -