kulpa / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Tasks.SimpleOAuth2 Sample Leads to invalid uri #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[Use this form for both apiclient and oauth2client issues]

What steps will reproduce the problem?
1. Register a Service Account app in Google APIs console.
2. Run the Tasks.SimpleOAuth2 sample application
3. Type in the ClientID, the client secret, and the API Key (from the Simple 
API Access section)

What is the expected output? What do you see instead?
Was expecting success of one form or another.  Instead I got a browser window 
opening, saying "invalid uri," followed by a prompt in the console sample 
application asking me for an authorization code, which I don't know where to 
get one.

What version of the product are you using? On what operating system?
OAuth2.  google-api-dotnet-client-1.2.4507-beta.samples

Please provide any additional information below.
The sample application doesn't have a config file, and it isn't clear to me 
where I would go to change the uri that it's using to get authentication.  I 
received a key file when I registered my app:  maybe I need to build that into 
the sample for it to work?

Original issue reported on code.google.com by migda...@gmail.com on 7 Jun 2012 at 2:40

GoogleCodeExporter commented 9 years ago
This is the issue tracker for the Python client library. You want to file this 
issue against the .NET client library issue tracker:

  http://code.google.com/p/google-api-dotnet-client/

Original comment by jcgregorio@google.com on 7 Jun 2012 at 5:18