SmartDroidDeveloper / google-api-java-client

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

urlshortener-v1-json-oauth-appengine-sample #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which API and version (e.g. Google Calendar Data API version 2)?
Google URL Shortener API V1

What format (e.g. JSON, Atom)?
JSON

What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
OAuth

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
App Engine

External references, such as API reference guide?
http://code.google.com/apis/urlshortener/index.html

Please provide any additional information below.

Original issue reported on code.google.com by daniel.florey@gmail.com on 11 Jan 2011 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 11 Jan 2011 at 11:58

GoogleCodeExporter commented 9 years ago
I've tried to use it from App Engine but only with an API Key but I had a 
problem with IP white-listing. In the APIs Console, when configuring traffic 
filters to server-side applications, we have to white-list server IP which in 
GAE case is subject to change: thus not a good pratice.

I could not find any solution to this.
I think I read somewhere using OAuth would give the same issue.
Do you have any clue ?

If none, I just posted here 
-
https://groups.google.com/d/topic/google-url-shortener/cC5Hll1QdBg
-
what I think might be a solution: adding a filter on appid in the APIs Console.

I am aware it might be the best place to tackle this since this issue tracker 
is the java client one only, and I apologize for that. Is there an issue 
tracker for the API itself ?

Original comment by tpou...@gmail.com on 24 Apr 2011 at 10:34