Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: third_party/gsutil/cloudauth/README.google

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gsutil/boto/tests/utils/test_password.py ('k') | third_party/gsutil/cloudauth/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/cloudauth/README.google
diff --git a/third_party/gsutil/20110627/cloudauth/README.google b/third_party/gsutil/cloudauth/README.google
similarity index 82%
rename from third_party/gsutil/20110627/cloudauth/README.google
rename to third_party/gsutil/cloudauth/README.google
index 2c002cd9147e36dc19c5c87bf4020f08c1ce7b7f..723dc3f8ce82232cfce4323ceb38e899481e1b76 100644
--- a/third_party/gsutil/20110627/cloudauth/README.google
+++ b/third_party/gsutil/cloudauth/README.google
@@ -17,20 +17,20 @@ at /usr/local/google-api-python-client
2. Copy the boto, cloudauth, and needed parts of the
google-api-python-client code into the google_appengine directory:
% cp -pr /usr/local/gsutil/cloudauth /usr/local/google_appengine
- % cp -pr /usr/local/gsutil/boto /usr/local/google_appengine/cloudauth
- % cp -pr /usr/local/google-api-python-client/{apiclient,httplib2,oauth2client,gflags*.py} \
+ % cp -pr /usr/local/gsutil/boto/boto /usr/local/google_appengine/cloudauth
+ % cp -pr /usr/local/google-api-python-client-1.0beta1/{apiclient,httplib2,oauth2client,gflags*.py} \
/usr/local/google_appengine/cloudauth
-3. Go to the Developer Console and create a project (see
+3. Go to the Google APIs Console and create a project (see
http://code.google.com/apis/console-help/). Then, click
the "API Access" tab and then the "Create an OAuth2 client
ID..." button. Enter a product name and click next, select "Web
application", and then enter the host "http://localhost:8080", and
click "Create client ID". Then click "Edit settings" and change the
- Authorized Redirect URIs to be https://localhost:8080/auth_return.
+ Authorized Redirect URIs to be http://localhost:8080/auth_return.
(You'll need to update these values when you move from running
- this app locally to running on App Engine.) Then copy the client
- id and secret key from this dialog into the corresponding values in
+ this app locally to running on App Engine.) Then copy the Client
+ ID and Client secret from this dialog into the corresponding values in
/usr/local/google_appengine/cloudauth/cloudauth.py. Note that these
values do not enable access until coupled with an OAUTH2 refresh token
that will be generated by the OAUTH2 flow implemented in this web app -
« no previous file with comments | « third_party/gsutil/boto/tests/utils/test_password.py ('k') | third_party/gsutil/cloudauth/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698