Phoenixasuga / google-api-java-client

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

FusiontablesScopes.java has no scopes defined, empty class #548

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.5.0-beta)?
google-api-services-fusiontables-v1-rev1-1.7.2-beta

Java environment (e.g. Java 6, Android 2.3, App Engine)?
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03)
Java HotSpot(TM) Client VM (build 20.8-b03, mixed mode, sharing)

Describe the problem.
The FusiontablesScopes.java class is empty and has no scopes declared. 

Compare the FusiontablesScopes.java 
(http://javadoc.google-api-java-client.googlecode.com/hg/apis/fusiontables/v1/in
dex.html) with PlusScopes.java 
(http://javadoc.google-api-java-client.googlecode.com/hg/apis/plus/v1/com/google
/api/services/plus/PlusScopes.html#PLUS_ME).

How would you expect it to be fixed?

Declare at least one constant: 

public static final String FUSIONTABLES = 
"https://www.googleapis.com/auth/fusiontables";

see: https://developers.google.com/fusiontables/docs/articles/oauthfusiontables

Original issue reported on code.google.com by christ...@christianjunk.de on 5 Jul 2012 at 7:42