| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Isn't with key file implied? Is there any way to do it without a key file?
Sorry, something went wrong.
There was a problem hiding this comment.
All the three auth samples added here are to show how to authenticate with endpoints without a key file.
Sorry, something went wrong.
|
Finished a first pass. Let me know when you're ready for another pass. |
Sorry, something went wrong.
Added three samples: 1. Use App Engine default service account client (without key file). 2. Use non-default service account client (without key file). 3. Use Google ID token client (without key file)
| six==1.10.0 | ||
| pyyaml==3.11 | ||
| requests==2.10.0 | ||
| google-api-python-client |
There was a problem hiding this comment.
please pin the version, I think 1.5.1 is the latest.
Sorry, something went wrong.
|
Code looks mostly good, two things I would like to see in the README before we merge this:
|
Sorry, something went wrong.
| 4. Upload your application to Google App Engine by invoking the following command. | ||
|
|
||
| appcfg.py -A <YOUR-CLIENT-PROJECT-ID> -V v1 update . | ||
| gcloud app deploy app.yaml --project=<YOUR-CLIENT-PROJECT-ID> --promote |
There was a problem hiding this comment.
Neither --project or --promote are needed for gcloud app
Sorry, something went wrong.
|
Merged. Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Added three samples: