browser-samples
browser-samples copied to clipboard
Web samples for Google Workspace APIs
google picker auth is not migrated to google Identity Services library `{ error: "idpiframe_initialization_failed" details:"You have created a new client application that uses libraries for user authentication or authorization that...
I'm running sample https://github.com/gsuitedevs/browser-samples/blob/master/drive/quickstart/index.html with Client and API ID filled in. ## Expected Behavior - a) An entry in "troobleshooting" that helps me understand what to do and if the...
## Expected Behavior I followed all steps in the example https://developers.google.com/calendar/quickstart/js 1) Setup a new project via the button 2) Setup a new API key via the button 3) copied...
## Expected Behavior Google Sheets API Quickstart not working after configuring and following instructions. I should be seen the list of Majors and I got an error "**Error: Request had...
Following the [Drive API JavaScript Quickstart prerequisites](https://developers.google.com/drive/api/v3/quickstart/js#prereqs) I created "Authorization credentials for a desktop application". Loading the sample, the call to `gapi.client.init` gives this error: ``` { "error": "idpiframe_initialization_failed", "details":...
Hello, I need some assistance with this sample project. First, can anybody explain the purpose of this line? https://github.com/googleworkspace/browser-samples/blob/60774d9d6718dd0e3e8d8595e5b2b385cf27d377/drive/metadisplayer/metadisplayer.html#L41 Second, when implementing the client ID, I enter the Google Cloud...
You can get Google Sheets data into JSON using 2 Methods. (1) Using **Google Apps Script** (2) Using **Google Sheets API v4**. There is a nice script available on [Codester](https://www.codester.com/items/30840/google-sheets-to-json?ref=WebVista)...
## Expected Behavior When the [QuickStart example](https://developers.google.com/admin-sdk/directory/v1/quickstart/js?authuser=3#python-2.x) is followed to the last step, the outcome is suppose to be a listing of max 10 users. ## Actual Behavior An error...
## Expected Behavior Python 2 examples are not needed now, it has reached EOL. ## Actual Behavior Python 2 example is the default at least for GMail API. ## JavaScript...