Hey all - Trying out prefect deployment with Googl...
# prefect-cloud
e
Hey all - Trying out prefect deployment with Google cloud run -push workpool. But the flow run fails with error
Copy code
raise PrefectHTTPStatusError.from_httpx_error(exc) from exc.__cause__
prefect.exceptions.PrefectHTTPStatusError: Client error '403 Forbidden' for url '<https://api.prefect.cloud/api/accounts/xxxxxxx/workspaces/xxxxxxx/flow_runs/74275246-6328-464f-882f-925a6eb63406>'

Response: {'detail': {'reauth_needed': '7c41debb-fb39-4e40-97c0-846f9f1b9e93'}}
Understand this is related to new ACL, but unsure which specific permission are we missing here. Any clue?