Reputation: 29
I am seeing a radical change in behavior from my AWS SageMaker account behavior today. I don't see any service warnings on the site but unfortunately I am in the trial period and can not get technical support.
So, I setup a simple test to see if someone has seen this and TIA for any suggestions on what I might try:
When I try to download the same file I just uploaded, I get the following error:403 : Forbidden The error was: Blocking Cross Origin request from https://alpha-gold.notebook.us-east-1.sagemaker.aws/tree/
I can rename the file in the home directory.
I hope this is a transient condition. However, on the off chance this is something that is fixable, TIA.
Upvotes: 2
Views: 1524
Reputation: 66
Thank you for using SageMaker.
This issue was related to Jupyter, which has been addressed and should not be occurring as of now.
Here is the GitHub issue for this problem: https://github.com/jupyter/notebook/issues/5067
Upvotes: 0
Reputation: 422
I am from SageMaker Notebooks team.
It was an issue on our end, we pushed a bad change. The change has been reverted. Please let us know if you are still seeing this issue.
Thanks,
Neelam
Upvotes: 0
Reputation: 19
This is due to Jupyter notebook. alternatively, you can open jupyterlab and then you should be able to download the files.
Upvotes: 1