topic.subscribe() throws an error
Invalid resource name given (name=projects/xx/subscriptions/7fc49e57-7ec2-422a-a90c-d40297b763bc). Refer to https://cloud.google.com/pubsub/overview#names for more information.
The subscription name 7fc49e57-7ec2-422a-a90c-d40297b763bc does only contain letters [A-Za-z]), numbers ([0-9], dashes (-) and does not begin with the string goog.
It should've passed.
Must start with a letter :)
Ops, sorry ;)
a letter to satisfy gcloud+uuid.v4() then ;)
Most helpful comment
Must start with a letter :)