403: Forbidden errors when requesting temporary credentials

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
ioyler
Posts: 9
Joined: Wed Jul 31, 2024 12:11 pm America/New_York
Answers: 0
Been thanked: 2 times

403: Forbidden errors when requesting temporary credentials

by ioyler » Wed Aug 28, 2024 12:44 pm America/New_York

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.

Filters:

piyush
Posts: 24
Joined: Mon Sep 28, 2020 3:29 pm America/New_York
Answers: 0

Re: 403: Forbidden errors when requesting temporary credentials

by piyush » Wed Aug 28, 2024 4:48 pm America/New_York

Bumping this issue up as we are seeing this mode of failure with multiple products managed by LP DAAC on earthdata cloud.

Piyush

senitnelhub
Posts: 6
Joined: Wed Aug 28, 2024 2:45 pm America/New_York
Answers: 0

Re: 403: Forbidden errors when requesting temporary credentials

by senitnelhub » Wed Aug 28, 2024 4:57 pm America/New_York

Same issue observed by us.

cmarshak
Posts: 2
Joined: Wed Aug 28, 2024 7:51 pm America/New_York
Answers: 0

Re: 403: Forbidden errors when requesting temporary credentials

by cmarshak » Wed Aug 28, 2024 7:58 pm America/New_York

Last edited by cmarshak on Wed Aug 28, 2024 7:59 pm America/New_York, edited 1 time in total.

LP DAAC-EDL - dgolon
Posts: 422
Joined: Mon Sep 30, 2019 10:00 am America/New_York
Answers: 0
Has thanked: 31 times
Been thanked: 8 times
Contact:

Re: 403: Forbidden errors when requesting temporary credentials

by LP DAAC-EDL - dgolon » Thu Aug 29, 2024 9:56 am America/New_York

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.

senitnelhub
Posts: 6
Joined: Wed Aug 28, 2024 2:45 pm America/New_York
Answers: 0

Re: 403: Forbidden errors when requesting temporary credentials

by senitnelhub » Thu Aug 29, 2024 10:17 am America/New_York

The issue has been resolved. Thank you.

matthew_cox_omnia
Posts: 22
Joined: Thu Sep 21, 2023 4:40 pm America/New_York
Answers: 0
Has thanked: 3 times
Been thanked: 1 time

Re: 403: Forbidden errors when requesting temporary credentials

by matthew_cox_omnia » Thu Aug 29, 2024 10:31 am America/New_York

I was having these issues yesterday as well and they appear to be resolved this morning. Thank you!

ioyler
Posts: 9
Joined: Wed Jul 31, 2024 12:11 pm America/New_York
Answers: 0
Been thanked: 2 times

Re: 403: Forbidden errors when requesting temporary credentials

by ioyler » Thu Aug 29, 2024 12:16 pm America/New_York

The issue has been resolved for me as well. Thank you!

Post Reply