You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
replace "myproject" in the URL with their current Project ID
replace "myqueue" in the URL with their Queue ID
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
The text was updated successfully, but these errors were encountered:
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:
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 authenticationThe text was updated successfully, but these errors were encountered: