Skip to content
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

Change example requests from taskqueue to something more universal #62

Open
bshaffer opened this issue Sep 11, 2015 · 2 comments
Open
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@bshaffer
Copy link
Contributor

The sample code that calls the TaskQueue API makes it really easy to accidentally receive the error message "you are not allowed to make this api call"

This is because it requires the user to:

  1. replace "myproject" in the URL with their current Project ID
  2. replace "myqueue" in the URL with their Queue ID
  3. Set up a task queue

It would be great to have an easier path to make the first Google API call, one that doesn't require subbing out these parameters. The Google+ API is a good example of this - it's very simple, and doesn't require any steps to activate other than attaching the authentication

@bshaffer
Copy link
Contributor Author

Still needs fixing in GCECredentials and ServiceAccountCredentials

@JustinBeckwith JustinBeckwith added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. 🚨 This issue needs some love. and removed enhancement labels Jun 1, 2018
@JustinBeckwith JustinBeckwith removed the 🚨 This issue needs some love. label Jun 25, 2018
@bshaffer
Copy link
Contributor Author

The Google+ API is now gone. Perhaps the People API would be better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants