GAM-team / got-your-back

Got Your Back (GYB) is a command line tool for backing up your Gmail messages to your computer using Gmail's API over HTTPS.
https://github.com/GAM-team/got-your-back/wiki
Apache License 2.0
2.6k stars 205 forks source link

"Permission 'resourcemanager.projects.create' denied on parent resource" #351

Open liamh opened 2 years ago

liamh commented 2 years ago

The issue tracker is for reporting product deficiencies. How do I questions should be posted to the discussion forum at https://groups.google.com/group/got-your-back. When in doubt, start at the discussion forum and return here only when instructed to do so.

Please confirm the following:

gyb --version
Got Your Back 1.55
https://git.io/gyb
Jay Lee - jay0lee@gmail.com
Python 3.10.2 64-bit final
google-api-client 2.36.0
Linux-5.4.0-96-generic-x86_64-with-glibc2.31 x86_64
Path: /home/liam/Downloads/gyb
ConfigPath: /home/liam/Downloads/gyb
OpenSSL 3.0.1 14 Dec 2021
gmail.googleapis.com connects using TLSv1.3 TLS_AES_256_GCM_SHA384

Full steps to reproduce the issue:

  1. gyb --action create-project --email myemail@school.edu This is a Workspace account.
  2. Accept terms etc., copy code, then paste it into the prompt from gyb
  3. See "actual outcome"

Expected outcome (what are you trying to do?): Not, sure but something that looks successful so that I could then do an upload of MBOX file produced by Google Takeout on another account.

Actual outcome (what errors or bad behavior do you see instead?):

Go to the following link in your browser:

    https://gyb-shortn.jaylee.us/.....

Enter verification code: yup
Creating project "Got Your Back Project"...
Checking project status...
{'name': 'operations/cp.4765674523971111111', 'metadata': {'@type': 'type.googleapis.com/google.cloudresourcemanager.v1.ProjectCreationStatus', 'ready': True}, 'done': True, 'error': {'code': 7, 'message': "Permission 'resourcemanager.projects.create' denied on parent resource 'organizations/111111111111111'.", 'details': [{'@type': 'type.googleapis.com/google.rpc.ResourceInfo', 'resourceType': 'project', 'resourceName': 'projects/gyb-project-...-...-...'}]}}