abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Can't generate Gmail API client #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install google-api-go-generator by run `$ go install 
code.google.com/p/google-api-go-client/google-api-go-generator`
2. run google-api-go-generator by run `$ google-api-go-generator`
3.  Getting error on generating gmail api client

What is the expected output? What do you see instead?

I've get an error below.

2014/06/29 19:57:38 Generating API gmail:v1 2014/06/29 19:57:38 Unexpected oauth2 scope "https://mail.google.com/" doesn't start with "https://www.googleapis.com/auth/"


What version of the product are you using? On what operating system?

I've update code to new at now (at 2014/06/29 19:30)
I use Mac osx 10.9.3

Please provide any additional information below.

Gmail API has a scope "https://mail.google.com/".

Original issue reported on code.google.com by k-oha...@bfts.co.jp on 29 Jun 2014 at 11:03

GoogleCodeExporter commented 9 years ago
It should be fixed by
https://code.google.com/p/google-api-go-client/source/detail?r=ad6d0ceefad4d3300
1c26639dfdcb62341fe88a7

Can we close this?

Original comment by matsuo.t...@gmail.com on 23 Aug 2014 at 4:36