You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run this to authenticae reticulate::py_run_string("import ee; ee.Authenticate()")
Run this to initialize... now GEE wants projects so you have to define a project - make sure you upgrade to latest GEE API (earthengine-api 0.1.416 ) - projects can be a number or ID (e.g. user/XXXX/projectname) reticulate::py_run_string("import ee; ee.Initialize(project='309736351492')")
At submit an issue, please attached the following information of your
rgee
session:NameError: name earthengine is not defined
FALSE
Attach your Python (reticulate) configuration:
library(reticulate) py_config()
Description
I am having issues with the authentication step. Instead of generating a code, I get the invalid request displayed above.
What I Did
I have ran:
Each time I run into the invalid request in some form or another.
Any tips for getting around the authentication step would be greatly appreciated!
Thanks.
The text was updated successfully, but these errors were encountered: