admin管理员组文章数量:1366402
I have a Google Cloud application that operates with the drive.file OAuth scope among some other non-sensitive scopes. I want to enable our app users to select their existing files for use within the application. However, our design and product teams have rejected the use of the Google Picker for file selection from Google Drive, as it disrupts the user experience flow of our service. My question is: what alternative methods can we provide to our app users for selecting their existing or shared files, while still adhering to the requirement of using the drive.file scope?
This is the scopes I am using so far:
".file",
".install",
".profile",
".email",
The application uses user OAuth credentials to access the user Google Drive files. Is using a service account a better approach? In that case how to make the service account access the user's existing files?
本文标签:
版权声明:本文标题:Alternatives to Google Picker for Selecting Existing Files in Google Cloud App Using drive.file Scope - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743738733a2530493.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论