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

Dataform with workflow scheduler

Hello, 

I want to schedule my dataform using workflow. So i followed this link : here 

The problem that when i deploy my workflow i always get error :

"code": 403,
"message": "Location XXX is not found or access is unauthorized.",
"status": "PERMISSION_DENIED"
Despite, i gived authorities to the service.
i don't know what is the problem if it the location and the project ID or it's about permessions?
0 2 227
2 REPLIES 2

Thank you for contacting Google Cloud Platform. I understand that you are getting lot of error for your application.

I would like to have some more information so that I can investigate further for your issue.

1.) Can you provide me the configuration files (app.yaml, queue.yaml and snippet of the code which causing the error)
2.) What is your application doing ?
3.) Did the same code was working fine before or not ? If yes then did you made any changes in your code ?
4.) Are you using deferred library for your taskqueue ?

Once I have above information in hand. I will be in a better position to help you further. Let me know if you have any other question or concern. I will be more than happy to help you.

Hi, @Houssemabd 

Welcome back to Google Cloud Community.

This error occurs if the Cloud Storage bucket is outside of your
 service perimeter.
To resolve this issue, create an egress rule that allows access to the bucket outside of the service perimeter.

This articles might help you:
https://cloud.google.com/dataflow/docs/guides/common-errors