Google 选择器代码示例
以下代码示例展示了如何使用图片选择器或上传页面,以便用户通过网页应用中的按钮打开这些页面。
此示例包含 Google Picker 功能,例如启用多选、隐藏导航窗格,以及使用应用的当前 OAuth 2.0 令牌选择用户账号。
对于此示例,需要指定以下几项:
同一 Cloud 项目必须同时包含客户端 ID 和应用 ID,因为它用于授权访问用户的文件。
借助 setOAuthToken
函数,应用可以使用当前的身份验证令牌来确定 Google 选择器使用哪个 Google 账号来显示文件。如果用户使用多个 Google 账号登录,Google 选择器可以显示相应已获授权账号的文件。
在打开文件时从 Google 选择器获取文件 ID 后,应用可以提取文件元数据并下载文件内容,如 files.get
的参考文档中所述。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-23。
[null,null,["最后更新时间 (UTC):2025-01-23。"],[[["This code sample demonstrates how to integrate Google Picker into a web app, allowing users to select or upload images using their Google Drive."],["It utilizes Google Picker features like multi-select, hiding navigation, and leveraging the app's OAuth 2.0 token for user authorization."],["Before running the code, you need to locate your Client ID, API Key, and App ID from the Google Cloud Console."],["The sample code provides functionalities for user authorization, sign-out, and displaying selected file details."]]],[]]