gee-community / qgis-earthengine-plugin

Integrates Google Earth Engine and QGIS using Python API
http://qgis-ee-plugin.appspot.com
MIT License
448 stars 115 forks source link

Trouble Authenticating in Qgis version 3.16-3 #86

Closed Ash888-lab closed 3 years ago

Ash888-lab commented 3 years ago

Hii there. I am pretty much new to Github. Do pardon any convention errors I might be committing. I recently installed Google Earth Engine Plugin in Qgis Version 3.16-3. The authenticate option didn't come up after the install and I tried to authenticate using the python console. It did successfully open a browser window having the authentication key but when I came back to try to paste the key there was no option to do so. The running instance had already been terminated with errors. Am attaching the screenshot of the same. Any help is much appreciated. Regards Ash image

XavierCLL commented 3 years ago

Hi, The plugin's authentication dialog comes up when you use it, run in the Python console in Qgis: from ee_plugin import Map Or run an example

gena commented 3 years ago

@Ash888-lab, if you'd like to authenticate manually - you need to run earthengine authenticate in an ordinary python console (not in the QGIS python console)

Ash888-lab commented 3 years ago

@XavierCLL @gena Much thanks. Now when I tried its working fine. Once again thanks so much for the quick reply.