Skip to content

Commit

Permalink
Added to readme instructions for how to reset your authentication set…
Browse files Browse the repository at this point in the history
…tings
  • Loading branch information
XavierCLL committed Mar 21, 2024
1 parent 8cc6cd6 commit 71eb574
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ Check [User Guide](https://gee-community.github.io/qgis-earthengine-plugin/) to
![Add Sentinel-2 image](https://raw.githubusercontent.com/gee-community/qgis-earthengine-plugin/master/media/add_map_layer.png)

### FAQ
Q: I am getting authentication errors, what can I do?

Q: How to reset your authentication settings (and also fix some authentication errors)?

A: Delete the credentials file and re-authenticate. The credentials file is located at:

> Windows: C:\Users\USER\.config\earthengine\credentials
> Linux: /home/USER/.config/earthengine/credentials
> MacOS: /Users/USER/.config/earthengine/credentials
Q: I am still getting authentication errors, what should I do?

A: Try installing the Google Earth Engine [command line client](https://developers.google.com/earth-engine/command_line). Run the `earthengine authenticate` command. This resets the authentication credentials and solves most authentication errors.

Expand Down

0 comments on commit 71eb574

Please sign in to comment.