1

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 Answers2

0

You should change the API access permission to Owner

0

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

export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
Fernando C.
  • 201
  • 1
  • 11