-
I try to authenticate using a token. Following the docs I execute |
Beta Was this translation helpful? Give feedback.
Answered by
gitkief
Aug 9, 2025
Replies: 1 comment 7 replies
-
Can you please share the version of earthaccess you're using? import earthaccess
print(earthaccess.__version__) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mfisher87 Thank you for driving the discussion. Just a small update — in the meantime, I realized that the token-only authentication is a new functionality introduced in PR #1020. From what I understand in the CHANGELOG, this feature is not included in version 0.14.0. If that’s the case, then perhaps the source of my confusion is that the “latest” documentation does not reflect the state of the latest release (0.14.0 at the moment), but rather the state of the main branch, which already includes this functionality.