kvos / CoastSat

Global shoreline mapping tool from satellite imagery
http://coastsat.space
GNU General Public License v3.0
697 stars 252 forks source link

RefreshError: ('invalid_scope: Bad Request', {'error': 'invalid_scope', 'error_description': 'Bad Request'}) #516

Closed AbdelazizOuzaka10 closed 4 months ago

AbdelazizOuzaka10 commented 4 months ago

When I execute the second line of the code which contains the polygon definition, it gives me the error in the title.

dudu2112 commented 4 months ago

same here

kvos commented 4 months ago

try ee.Authenticate() first

kvos commented 4 months ago

@AbdelazizOuzaka10 @dudu2112 there is a new authentication function added by @thekester , sync your coastsat version (or download the latest version of coastsat and overwrite the SDS_download.py file with the new one). This should fix those authentication errors.