-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Pub/Sub: What is 'your-token' in the Pub/Sub GAE sample #2620
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
Comments
It looks like this is from App Engine Pub/Sub samples.
@anguillanneuf could you clarify? |
I ran into the following problems when adding a gateway on the client side
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses"
debug_error_string = "{"created":"@1576569855.416981000","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3934,"referenced_errors":[{"created":"@1576569855.416980000","description":"failed to connect to all addresses","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":393,"grpc_status":14}]}"
> |
@radianceltd It looks like you're running into a different problem. Would you mind opening a new issue with the contents of your last post? It'll make it easier for us to track both issues. Thank you! |
Hi @ahmetsan, thanks for your question!
And use it like this: python-docs-samples/appengine/standard_python37/pubsub/main.py Lines 66 to 68 in 23d8571
|
##2437
[your-app-id].appspot.com/_ah/push-handlers/receive_messages?token=[your-token]
your-app-id is my project id. but where can i find "your-token"
The text was updated successfully, but these errors were encountered: