I have a Google Drive that contains hundreds of files that are currently referenced and then linked within a PHP webapp. Users authenticate with the webapp and not with Google. I want use the Google Picker and point it at this shared, but private, Google Drive so users can access these documents.
I've seen a load of examples where the Picker is used to access the users Google Drive but not where Picker is pointing to another Google Drive.
I'm migrating from Google Documents List API v2 where this functionality is available, but the PIcker is far better solution.
Is there a way to accomplish this?