最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Alternatives to Google Picker for Selecting Existing Files in Google Cloud App Using drive.file Scope - Stack Overflow

programmeradmin1浏览0评论

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?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论