Search found 3 matches

by fcarneiro
Wed Mar 15, 2023 8:57 am America/New_York
Forum: Home
Question: Python script DAACDataDownload authentication isse
Replies: 4

Re: Python script DAACDataDownload authentication isse

Hi Jack,

First of all, thanks for your support very much appreciated.

Here is the script location that I am using https://git.earthdata.nasa.gov/projects/LPDUR/repos/daac_data_download_python/browse/DAACDataDownload.py

Let me know if you need any additional information.

Fernando
by fcarneiro
Tue Mar 14, 2023 3:09 pm America/New_York
Forum: Home
Question: Python script DAACDataDownload authentication isse
Replies: 4

Re: Python script DAACDataDownload authentication isse

You are right I am using windows, but I am still getting the same error when I rename .netrc to _netrc When I print(netrc(netrcDir).authenticators(urs)[0]) and print(netrc(netrcDir).authenticators(urs)[2]) information matches with my username and password URL example: https://opendap.earthdata.nasa....
by fcarneiro
Tue Mar 14, 2023 12:29 pm America/New_York
Forum: Home
Question: Python script DAACDataDownload authentication isse
Replies: 4

Python script DAACDataDownload authentication isse

response.status_code=401 Error message: Verify that your username and password are correct in C:\Users\fernando.carneiro/.netrc I already verified my username and password and both are working fine for the link that I am trying to download the file. It is popping this warning as well, which I have n...