MrLoick / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

503 Service Unavailable in pubsub.projects.topics.getIamPolicy service #332

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Services > Google Cloud Pub/Sub API v1beta2 > 
pubsub.projects.topics.getIamPolicy
2. Enter "projects/project-id/topics/my-topic" in "resource" field
3. Click Execute

What is the expected output? - correct JSON data

What do you see instead? - 503 Service Unavailable

Please provide any additional information below.
Topic "projects/project-id/topics/my-topic" exists - YES
Called "pubsub.projects.topics.setIamPolicy" correctly before - YES

Original issue reported on code.google.com by kosharov...@gmail.com on 1 Jun 2015 at 8:24

guyzisman commented 8 years ago

This happens to me right now: REQUEST: POST https://pubsub.googleapis.com/v1/projects/email-asset-upload/subscriptions/email:setIamPolicy?key={YOUR_API_KEY}

{ "policy": { "bindings": [ { "role": "roles/pubsub.publisher", "members": [ "serviceAccount:gmail-api-push@system.gserviceaccount.com" ] } ] } }

RESPONSE: 503 OK
{ "error": { "code": 503, "message": "The service was unable to fulfill your request. Please try again.", "status": "UNAVAILABLE" } }