go-samples icon indicating copy to clipboard operation
go-samples copied to clipboard

Go samples for Google Workspace APIs

Results 31 go-samples issues
Sort by recently updated
recently updated
newest added

## Has it been tested? - [X] Development testing done - [ ] Unit or integration test implemented ## Checklist - [X] My code follows the style guidelines of this...

## Expected Behavior Run code in https://developers.google.com/gmail/api/quickstart/go success ## Actual Behavior I got error: Go to the following link in your browser then type the authorization code: https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=547117123835-tkhmlkohvj3rncvahj0h1o59vl4kgjpk.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fgmail.readonly&state=state-token 2019/10/09 18:19:30...

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.64.0` -> `v0.85.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://togithub.com/stretchr/testify) | require | patch | `v1.7.0` -> `v1.7.4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/oauth2](https://togithub.com/golang/oauth2) | require | digest | `d3ed0bb` -> `fd043fe` | ---...

If auth code is not decoded properly, the value could cause a "Malformed auth code." error

## Has it been tested? - [X] Development testing done - [ ] Unit or integration test implemented ## Checklist - [X] My code follows the style guidelines of this...

Currently all other languages have Google Sheets examples besides Go. https://developers.google.com/sheets/api/guides/values

enhancement

Hey googlers! Your sample code seems to be out of date. I am trying to run the code but this [line](https://github.com/gsuitedevs/go-samples/blob/master/sheets/quickstart/quickstart.go#L102) gives me a problem. It seems like `sheets.New()` function...