Ladsweb download problems
-
- Posts: 80
- Joined: Mon Jan 27, 2020 10:36 am America/New_York
- Has thanked: 3 times
- Been thanked: 1 time
Ladsweb download problems
Hi,
Did something recently change about the way LAADS authentication works? Normally, NASA files can be downloaded with:
wget --keep-session-cookies --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --auth-no-challenge=on
(assumung ~/.netrc contains the credentials).
This no longer works for LAADS, but it still works for LPDAAC.
I noticed that the first time I go to a LAADS download URL in the browser, I get the "Login" button even I'm already logged in to EarthData.
Thanks,
Simon
Did something recently change about the way LAADS authentication works? Normally, NASA files can be downloaded with:
wget --keep-session-cookies --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --auth-no-challenge=on
(assumung ~/.netrc contains the credentials).
This no longer works for LAADS, but it still works for LPDAAC.
I noticed that the first time I go to a LAADS download URL in the browser, I get the "Login" button even I'm already logged in to EarthData.
Thanks,
Simon
Filters:
-
- Posts: 377
- Joined: Mon Sep 30, 2019 8:33 am America/New_York
- Has thanked: 3 times
Re: Ladsweb download problems
Dear Simon:
Are you using Earthdata Login token or LAADSWeb login token in your download script Authorization header?
Earthdata login tokens will not work with any of our sites. You need to use a LAADSWeb token when you send the Authorization headers in your scripts. We are working with Earthdata to address this, but no timeframe has been set for resolution yet. Yes, you need to log in to ladsweb even if you are logged in to Earthdata search page.
If you are using an Earthdata provided download script, it will not work with our sites for a number of reasons, mainly because of the incompatible authentication process it uses.
Are you using Earthdata Login token or LAADSWeb login token in your download script Authorization header?
Earthdata login tokens will not work with any of our sites. You need to use a LAADSWeb token when you send the Authorization headers in your scripts. We are working with Earthdata to address this, but no timeframe has been set for resolution yet. Yes, you need to log in to ladsweb even if you are logged in to Earthdata search page.
If you are using an Earthdata provided download script, it will not work with our sites for a number of reasons, mainly because of the incompatible authentication process it uses.
Regards,
LAADS User Services
To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.
LAADS User Services
To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.
-
- Posts: 80
- Joined: Mon Jan 27, 2020 10:36 am America/New_York
- Has thanked: 3 times
- Been thanked: 1 time
-
- Posts: 377
- Joined: Mon Sep 30, 2019 8:33 am America/New_York
- Has thanked: 3 times
Re: Ladsweb download problems
No, these tokens do not expire.
Regards,
LAADS User Services
To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.
LAADS User Services
To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.