I’m using a software that automatically puts files into my Space, but it makes them private, and I want them to be public. Is there any way to do this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
What is the software that you are using to upload your files to Spaces?
For example, if you are using Python the bellow code snippet should allow you to upload a file and make it public:
There are a few more code snippets for different languages in the comments here:
https://www.digitalocean.com/community/questions/how-to-make-my-spaces-public
Best,
Bobby