Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Error 403 - Permission denied on 'locations' when using Workflow for Dataform

Hey 🙂 

I followed the steps from the schedule-executions-workflows tutorial from Google's documentation but it always return the following error: 

    "error": {
      "code": 403,
      "message": "Permission denied on 'locations/<us-west1>' (or it may not exist).",
      "status": "PERMISSION_DENIED"
 
The service account i'm using has all the roles needed and I don't really understand how us-west1 location may not exist?  Do I need assign special permissions based on location?
 
Can anyone help me with this? 

Thank you all! 

Regards, 

Marta

 

Solved Solved
0 2 1,335
1 ACCEPTED SOLUTION

Hello,

Thank you for contacting the Google Cloud Community.

Ensure that the Cloud Dataflow API is enabled for your project. You can do this in the API Library section of the Google Cloud Console.

Regards,
Jai Ade

View solution in original post

2 REPLIES 2

Hello,

Thank you for contacting the Google Cloud Community.

Ensure that the Cloud Dataflow API is enabled for your project. You can do this in the API Library section of the Google Cloud Console.

Regards,
Jai Ade

Hey Jai! 🙂 

Just enabled it and it worked! 

Thanks for the help! 

Kind regards, 

Marta