-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http_403 error for test #5 #190
Comments
Thanks - would you mind reporting what IAM roles the service account you created in setup has in the web console? By default called Should see it on this URL: https://console.cloud.google.com/iam-admin/iam Is it different from this? |
Its probably my fault with the permissions code. Would you mind running the test to fail again, with |
OK, sure. Here is what I see when I run it that way: -- Testing scheduling R script deployments via cr_deploy_r(schedule = '* * * * *') -- i 2022-03-30 11:14:53 > Deploy R script cr_rscript_2022031648653293111453 to Cloud Build Does that help? |
Hi Mark,
When I run test number 5 (Cloud Scheduler -- R script), I get an http_403 error (user not authorized to perform this action). Any idea what might be causing this? I am running the development version, which I just installed now.
Here is the exact text for the test and error message:
-- Testing scheduling R script deployments via cr_deploy_r(schedule = '* * * * *') --
i 2022-03-30 08:30:56 > Deploy R script cr_rscript_2022031648643456083056 to Cloud Build
i 2022-03-30 08:30:56 > Scheduling R script on cron schedule: * * * * *
i 2022-03-30 08:30:56 > Creating PubSub topic: cr_rscript_2022031648643456083056-topic
√ projects/recession-charts/topics/cr_rscript_2022031648643456083056-topic succesfully created
i 2022-03-30 08:31:01 > Request Status Code: 403
Error: http_403 User not authorized to perform this action.
Thanks for your help!
The text was updated successfully, but these errors were encountered: