Abacn commented on PR #32465:
URL: https://github.com/apache/beam/pull/32465#issuecomment-2375536733

   This is breaking Java presubmit:
   
   ```
   testPubsubSinkOverride (org.apache.beam.runners.dataflow.DataflowRunnerTest) 
failed
   
   java.lang.RuntimeException: 
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
   GET https://pubsub.googleapis.com/v1/projects/project/topics/topic
   {
     "code": 403,
     "errors": [
       {
         "domain": "global",
         "message": "Method doesn't allow unregistered callers (callers without 
established identity). Please use API Key or other form of API consumer 
identity to call this API.",
         "reason": "forbidden"
       }
     ],
     "message": "Method doesn't allow unregistered callers (callers without 
established identity). Please use API Key or other form of API consumer 
identity to call this API.",
     "status": "PERMISSION_DENIED"
   }
        at 
org.apache.beam.sdk.io.gcp.pubsub.PubsubIO$Write.validate(PubsubIO.java:1658)
   ```
   
   #18027 was a very old Issue. Is it still needed here?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to