Can't access v4beta1 APis of Google cloud talent solution

246 Views Asked by At

I am trying to use the new version v4beta1 of Google Cloud talent solution, but I am getting the permission error, have tried with all the required permissions using the JSON file, using the API key, but to no success.

Constantly getting this error -

PERMISSION_DENIED: The caller does not have permission

2

There are 2 best solutions below

1
On

You should change the API access permission to Owner

0
On

You should export the path to JSON file with the key as GOOGLE_APPLICATION_CREDENTIALS env variable:

export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"