> @@ -42,6 +42,10 @@ > public static final String STORAGE_READONLY_SCOPE = > "https://www.googleapis.com/auth/devstorage.read_only"; > > public static final String STORAGE_WRITEONLY_SCOPE = > "https://www.googleapis.com/auth/devstorage.write_only"; > + > + public static final String NDEV_CLOUD_MAN_SCOPE = > "https://www.googleapis.com/auth/ndev.cloudman"; > + > + public static final String NDEV_CLOUD_MAN_READONLY_SCOPE = > "https://www.googleapis.com/auth/ndev.cloudman.readonly";
[minor] Is "NDEV" part of the "API name" here? Otherwise, e.g. "CLOUDMAN_SCOPE"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/38/files#r17683971
