Hi,
A few months ago I signed up to GCP for to test it out for file storage and took advantage of the free trial/credit.
I had a cronjob that would regularly upload files to GCP Storage via API using a service account, which I assumed was working okay.
Today, months after I originally set it up, I logged into GCP and cannot see my project nor the files in storage.
When attempting to use the service accounts private key to query the GCP API I get an error;
$ gcloud projects list
API [cloudresourcemanager.googleapis.com] not enabled on project
[<My-Project-ID>]. Would you like to enable and retry? (y/N)?
y
ERROR: (gcloud.projects.list) PERMISSION_DENIED: Not allowed to get project settings for project <My-Project-ID>
Is there anyway I can regain access to my files and the project?