Hello all
I'm trying to enable the API for Cloud Source Repositories in a project that was created inside and organization where Cloud Source Repositories API were already enabled but I can't find a way to do it, can you please advice me how to proceed?
# --- As reference if anyone else has the same issue --- #
I found the workaround for this issue using the command line
gcloud config set project $YOUR-PROJECT-NAME
gcloud services enable sourcerepo.googleapis.com
... and voilà 🙂
Thanks anyway