Search found 2 matches
- Tue Dec 05, 2023 8:47 pm America/New_York
- Forum: Home
- Question: Token API can we still use it?
- Replies: 2
Re: Token API can we still use it?
Hello and thank you for helping me, I already tried the endpoint again and still get the same error with status code 401. Is the username and password the same as Earth data login?
- Sun Dec 03, 2023 11:23 pm America/New_York
- Forum: Home
- Question: Token API can we still use it?
- Replies: 2
Token API can we still use it?
I tried to get a token from Earth data using this /api/users/find_or_create_token, but always got error 401. Is there any suggestion to get a token from python #Combine username and password with a colon credentials = f"{username}:{password}" # Encode the combined string to Base64 encoded_...