You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a permissions issue when using Streamlit version 1.39.0 within a Docker setup on Hugging Face Spaces. Specifically, I'm unable to upload files through the Streamlit file uploader component due to persistent permission errors.
This problem seems unrelated to the typical cache access permission issue, which has a documented fix. Despite following the recommended steps, the file upload functionality still fails to work.
I am getting this error. AxiosError: Request failed with status code 403
Guidelines
I have read and understood this category's guidelines before making this post.
Programming HelpDiscussions around programming languages, open source and software development
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Body
I'm facing a permissions issue when using Streamlit version 1.39.0 within a Docker setup on Hugging Face Spaces. Specifically, I'm unable to upload files through the Streamlit file uploader component due to persistent permission errors.
This problem seems unrelated to the typical cache access permission issue, which has a documented fix. Despite following the recommended steps, the file upload functionality still fails to work.
I am getting this error.
AxiosError: Request failed with status code 403
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions