-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JOSS] GEE: onboarding issues #442
Comments
@ashwinvis i will take a look into it. Could you test if this results in the same error:
|
Same issue as before 😫 |
Could you click on this link: code.earthengine.google.com/client-auth This link should bring you to an authentication window, where you can select the project to use the API for. |
I can see it, but if I click on GENERATE TOKEN, I get "Invalid request" |
Hi @ashwinvis, i made a short instruction video on how to set up the project. You can find it here: https://youtu.be/h_8kX_oJulw To test the API and your project, i used this authentication method:
Can you reproduce these steps and let me know if this works, or where is does not work? |
I see what went wrong. I was always trying from IPython console, and then authentication process is very different from the Notebook Authenticator. If I try that method, the Now that I tried it via JupyterLab a correct credentials file is saved. |
I think you either try to do exception handling and / or note this known issue in the documentation. Recommend to use Jupyter instead. |
@ashwinvis, This issue is addressed in #444 where
@ashwinvis let me know if you agree that #444 solves this issue, so i can merge. |
LGTM! Go ahead 👍 |
Possibly typos / mistakes in the docs
My comments in italics.
https://vergauwenthomas.github.io/MetObs_toolkit/topics/gee_authentication.html#setup-a-cloud-project-on-your-developer-account
Free credits?
Also are you implying that we need to rely on the $300 USD free credits that new users get, or is it that the API itself is free, or is it that the toolkit supplies the necessary credentials to use this API? I am confused.
https://vergauwenthomas.github.io/MetObs_toolkit/topics/gee_authentication.html#enable-api-s-on-your-project
There is no such ENABLE button to click. It says API ENABLED, so perhaps they automatically enabled it?
https://vergauwenthomas.github.io/MetObs_toolkit/topics/gee_authentication.html#test-your-gee-access
This seems to imply that a dependency was missing from the installation instructions, but the only thing I had to do was to upgrade
pip install earthengine-api --upgrade
_And then upon upgrading, and following the authentication link
Right now I am stuck here. How do I fix this?
The text was updated successfully, but these errors were encountered: