OAuth 2.0 Scopes for Google APIs
developers.google.com › protocols › oauth2Sep 22, 2022 · This document lists the OAuth 2.0 scopes that you might need to request to access Google APIs, depending on the level of access you need. Sensitive scopes require review by Google and have a sensitive indicator on the Google Cloud Platform (GCP) Console's OAuth consent screen configuration page. Many scopes overlap, so it's best to use a scope ...
The Google Picker API | Google Developers
developers.google.cn › drive › pickerThe createPicker () function checks to ensure the Google Picker API finished loading and that an oauthToken is created. Then, this function creates a new instance of the Google Picker and displays it: // Create and render a Picker object for selecting from Google Drive function createPicker() { const showPicker = () => {