-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whitelisting our projects for the Search API #1181
Comments
Which project IDs do you need ? Just |
|
OK, requesting whitelisting for all 3 projects. Will update this ticket once it's done. |
FYI @tseaver to access using your personal account follow http://gcloud-python.readthedocs.org/en/latest/gcloud-auth.html#user-accounts-3-legged-oauth-2-0-with-a-refresh-token Most importantly, download the $ gcloud auth login then we'll grab the user credentials. You probably have import os
os.environ.pop('GOOGLE_APPLICATION_CREDENTIALS')
from gcloud.search import client
c = client.Client(project='foo')
print c.connection.credentials.to_json() # To verify it is a user account
print c.list_indexes() This actually caused a |
Project-based access is still not working. |
Yep. This is fine. |
@jgeewax When beginning work on
gcloud.search
(2015-10-01), I requested that my project be whitelisted for the Search API via the form. Today, working on a system test for the API, I see the following:I do not see "Cloud Search" as an available API from my developer console. We need to get expedited access: I just re-submitted the form with @jgeewax as the "project owner".
The text was updated successfully, but these errors were encountered: