Tomer Zamir
Tomer Zamir
Hi, Is anyone managed to overcome HTTP error 403 "Not Authorized to access this resource/api"?
Hi @achantavy I do get the same error as @marco-lancini, I've also tried to build the GSuite section by myself according to this guide: https://developers.google.com/admin-sdk/directory/v1/guides/delegation same result :(
Adding a lifecycle does not fix the issue. ``` lifecycle { create_before_destroy = true } ```
Hey, Yes, If you are using Python3, go to github_backup.py and add `import ssl` and overwrite _get_response function: ```` def _get_response(request, auth, template): retry_timeout = 3 errors = [] ctx...