From fce18fc4f1e69cd559be701e37e820f8ab2ebd82 Mon Sep 17 00:00:00 2001 From: gena Date: Sun, 24 Mar 2024 22:39:26 +0100 Subject: [PATCH] add credentials file info to troubleshouting --- README.md | 16 +++++++++++++--- docs/README.md | 12 +++++++++++- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8a4609..edbe9b6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,17 @@ Check [User Guide](https://gee-community.github.io/qgis-earthengine-plugin/) to Install 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. -More about GEE authentication guide and troubleshooting [here](https://developers.google.com/earth-engine/guides/auth). +An alternative is to delete the credentials file and re-authenticate the plugin by restarting the QGIS. + +The credentials file is located in: + +``` +Windows: C:\Users\\.config\earthengine\credentials +Linux: /home//.config/earthengine/credentials +MacOS: /Users//.config/earthengine/credentials +``` + +More about EE authentication guide and troubleshooting [here](https://developers.google.com/earth-engine/guides/auth). #### Are you through a proxy? @@ -44,7 +54,7 @@ Go to http://code.earthengine.google.com and make sure you can access code edito #### Alpha 0.0.1 (Q4 2019) :heavy_check_mark: - [x] Create a new QGIS plugin skeleton - [x] Migrate to QGIS3 -- [x] Embed GEE Python library +- [x] Embed EE Python library - [x] Implement Map.addLayer() for ee.Image - [x] Implement Map.addLayer() for ee.Geometry, ee.Feature and ee.FeatureCollection - [x] Implement Map.centerObject() @@ -62,7 +72,7 @@ Go to http://code.earthengine.google.com and make sure you can access code edito #### Alpha 0.0.3 (Q4 2020) :heavy_check_mark: - [x] EE raster layer inspector - [x] Show some useful EE properties (bands, value types) in QGIS layer properties dialog -- [x] Fix GEE url authentication function if the credentials is not exists [#63](https://github.com/gee-community/qgis-earthengine-plugin/issues/63) +- [x] Fix EE url authentication function if the credentials is not exists [#63](https://github.com/gee-community/qgis-earthengine-plugin/issues/63) - [x] Fix crash if the authentication dialog is cancelled or not filled by the user - [x] Init the Google Earth Engine user authorization system only when the user is going to use the plugin - [x] Fixed the authentication dialog when the url shortener doesn't work by any reason [#66](https://github.com/gee-community/qgis-earthengine-plugin/issues/66) diff --git a/docs/README.md b/docs/README.md index 6b28e83..bef4cd6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -74,7 +74,17 @@ Check [examples](https://github.com/gee-community/qgis-earthengine-plugin/tree/m Install 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. -More about GEE authentication guide and troubleshooting [here](https://developers.google.com/earth-engine/guides/auth). +An alternative is to delete the credentials file and re-authenticate the plugin by restarting the QGIS. + +The credentials file is located in: + +``` +Windows: C:\Users\\.config\earthengine\credentials +Linux: /home//.config/earthengine/credentials +MacOS: /Users//.config/earthengine/credentials +``` + +More about EE authentication guide and troubleshooting [here](https://developers.google.com/earth-engine/guides/auth). #### Are you through a proxy?