opengeos/streamlit-geospatial

Running ee_authenticate(...).

tnmthai opened this issue · 2 comments

I have tried many times but have still been stuck for ee_authenticate.
I created EARTHENGINE_TOKEN="4/1AfgeXvvVnaskgu............." in Secrets.

Any ideas? Thanks

The token should look like this:

image

I had this problem last week and solved it by setting the authentication mode to "gcloud". I used the ee_initialize function from geemap/common.

geemap.ee_initialize(auth_mode='gcloud')