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
Post a Comment