403: Forbidden errors when requesting temporary credentials
403: Forbidden errors when requesting temporary credentials
Good afternoon,
I am getting a 403: Forbidden error code when requesting temporary credentials from https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials. This is the function I'm using to request the credentials:
def get_temp_creds():
temp_creds_url = 'https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials'
return requests.get(temp_creds_url).json()
Thanks,
Ithaca O.
I am getting a 403: Forbidden error code when requesting temporary credentials from https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials. This is the function I'm using to request the credentials:
def get_temp_creds():
temp_creds_url = 'https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials'
return requests.get(temp_creds_url).json()
Thanks,
Ithaca O.
Filters:
Re: 403: Forbidden errors when requesting temporary credentials
Bumping this issue up as we are seeing this mode of failure with multiple products managed by LP DAAC on earthdata cloud.
Piyush
Piyush
-
- Posts: 6
- Joined: Wed Aug 28, 2024 2:45 pm America/New_York
Re: 403: Forbidden errors when requesting temporary credentials
Observed at JPL too for OPERA DIST products using normal urls e.g. https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-protected/OPERA_L3_DIST-ALERT-HLS_V1/OPERA_L3_DIST-ALERT-HLS_T37SBV_20231111T082059Z_20231223T034114Z_S2B_30_v1/OPERA_L3_DIST-ALERT-HLS_T37SBV_20231111T082059Z_20231223T034114Z_S2B_30_v1_VEG-IND.tif
Last edited by cmarshak on Wed Aug 28, 2024 7:59 pm America/New_York, edited 1 time in total.
-
- Posts: 422
- Joined: Mon Sep 30, 2019 10:00 am America/New_York
- Has thanked: 31 times
- Been thanked: 8 times
- Contact:
Re: 403: Forbidden errors when requesting temporary credentials
Hello @ioyler, @senitnelhub, @piyush and @cmarshak we believe the 403 issue has been resolved. Could you please try again and let us know if you are still having issues?
Subscribe to the LP DAAC listserv by sending a blank email to lpdaac-join@lists.nasa.gov.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
-
- Posts: 6
- Joined: Wed Aug 28, 2024 2:45 pm America/New_York
Re: 403: Forbidden errors when requesting temporary credentials
The issue has been resolved. Thank you.
-
- Posts: 22
- Joined: Thu Sep 21, 2023 4:40 pm America/New_York
- Has thanked: 3 times
- Been thanked: 1 time
Re: 403: Forbidden errors when requesting temporary credentials
I was having these issues yesterday as well and they appear to be resolved this morning. Thank you!
Re: 403: Forbidden errors when requesting temporary credentials
The issue has been resolved for me as well. Thank you!