Page 1 of 1

403: Forbidden errors when requesting temporary credentials

Posted: Wed Aug 28, 2024 12:44 pm America/New_York
by ioyler
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.

Re: 403: Forbidden errors when requesting temporary credentials

Posted: Wed Aug 28, 2024 4:48 pm America/New_York
by piyush
Bumping this issue up as we are seeing this mode of failure with multiple products managed by LP DAAC on earthdata cloud.

Piyush

Re: 403: Forbidden errors when requesting temporary credentials

Posted: Wed Aug 28, 2024 4:57 pm America/New_York
by senitnelhub
Same issue observed by us.

Re: 403: Forbidden errors when requesting temporary credentials

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

Re: 403: Forbidden errors when requesting temporary credentials

Posted: Thu Aug 29, 2024 9:56 am America/New_York
by LP DAAC-EDL - dgolon
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?

Re: 403: Forbidden errors when requesting temporary credentials

Posted: Thu Aug 29, 2024 10:17 am America/New_York
by senitnelhub
The issue has been resolved. Thank you.

Re: 403: Forbidden errors when requesting temporary credentials

Posted: Thu Aug 29, 2024 10:31 am America/New_York
by matthew_cox_omnia
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

Posted: Thu Aug 29, 2024 12:16 pm America/New_York
by ioyler
The issue has been resolved for me as well. Thank you!