A distress call for st.file uploader

In the process of uploading files using streamlit, I found that each file handle uploaded has upload_url and delete_url. After concatenating my host and port with them, I passed the postman test and found that these routes exist, but the permissions are not enough. For example, if I use the delete method to access the address of the host port to be joined by delete_url, return the status code 403 and prompt Forbidden, and I want to know how I can access the address of the st.file_uploader component directly to delete this file directly. Ask the boss to solve the confusion.

Hi @zhenjiangyu670

Have you check out the following related threads

Hope this helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.