Closed BrawlPups closed 3 years ago
So, did you try running earthengine authenticate in your command-line? Not in QGIS but after installing earthengine-api as a usual python package. Then restart QGIS again with EE plugin installed.
Hi, this error was fixed (but not released yet) please test it using the following zip and installing it manually: https://drive.google.com/uc?export=download&id=1x8QCQ-5CzjQEk-cNEyMU87Xz5S8LaR7s
This should be fixed by #71 please reinstall the plugin to v0.0.3
This appears to still be an issue. Installing GEE 0.0.3 on QGIS 3.16
ee.Authenticate() in the Python console produces the following.
The authorization workflow will generate a code, which you should paste in the box below.
Traceback (most recent call last):
File "C:\PROGRA~1\QGIS3~1.16\apps\Python37\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
Hi, run in the Python console in Qgis ee_plugin import Map
or run earthengine authenticate
in an ordinary python console (not in the QGIS python console)
Here are various traces when trying command in python console qgis to authenticate. There was not a pop up for authentication at anypoint after plugin installation so I tried the python editor which aslo did not work for me. This is on windows 10 with QGIS 3.6 and I have bitdefender if that matters.
2020-12-12T15:50:42 CRITICAL Traceback (most recent call last): File "C:\Users\lewis\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\ee_plugin\extlibs_windows\ee\data.py", line 230, in get_persistent_credentials tokens = json.load(open(oauth.get_credentials_path())) FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\lewis/.config/earthengine/credentials'
2020-12-12T15:55:08 CRITICAL Traceback (most recent call last): File "C:\Users\lewis\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\ee_plugin\extlibs_windows\ee\data.py", line 230, in get_persistent_credentials tokens = json.load(open(oauth.get_credentials_path())) FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\lewis/.config/earthengine/credentials'
2020-12-12T15:55:27 CRITICAL Traceback (most recent call last): File "C:\Users\lewis\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\ee_plugin\extlibs_windows\ee\data.py", line 230, in get_persistent_credentials tokens = json.load(open(oauth.get_credentials_path())) FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\lewis/.config/earthengine/credentials'