-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi there,
I am trying to make this work, but
1st. the credentials that earthengine provide do not contain client_id and client_secret anymore.
I copied those from my credentials page on google cloud, and merged those into my .json, which I then gave to github secrets.
GEE Python API is activated, the project is on publish. I try and try but get:
google.auth.exceptions.RefreshError: ('unauthorized_client: Unauthorized', {'error': 'unauthorized_client', 'error_description': 'Unauthorized'})
Error: Process completed with exit code 1.
Can you check if this works for you if you update your credentials?
Reactions are currently unavailable