Skip to content

Commit e4244f6

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 2767 b: refs/heads/update-datastore c: 7e498c1 h: refs/heads/master i: 2765: 4c539c2 2763: 0b7d9d7 2759: 8bdfe91 2751: 742ba7a
1 parent a1dc8b6 commit e4244f6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
66
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
8-
refs/heads/update-datastore: 667e606a2415a334dffac782590b2cf4c126ed73
8+
refs/heads/update-datastore: 7e498c1ef6ef00a29ba17714e732bf58e6cace83
99
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
1010
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
1111
refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2

branches/update-datastore/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/DatastoreOptions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public class DatastoreOptions extends ServiceOptions<Datastore, DatastoreRpc, Da
3535

3636
private static final long serialVersionUID = 5056049000758143852L;
3737
private static final String DATASTORE_SCOPE = "https://www.googleapis.com/auth/datastore";
38-
private static final String USERINFO_SCOPE = "https://www.googleapis.com/auth/userinfo.email";
39-
private static final Set<String> SCOPES = ImmutableSet.of(DATASTORE_SCOPE, USERINFO_SCOPE);
38+
private static final Set<String> SCOPES = ImmutableSet.of(DATASTORE_SCOPE);
4039

4140
private final String namespace;
4241
private final boolean normalizeDataset;

0 commit comments

Comments
 (0)