Hi, azure storages has functionality for getting private files via access token like:
https://www.myazure.storage.net/myfolder/myfile.txt?acces_token=xyddjaslkja
Can I achieve same behavior on SPACES ? I have Unity AR (C#) application which need files from spaces and I need mainly data to secure app and prevent fake traffic.
I’m trying some magic with postman and DO personall access token, spaces access key, but no success…
I also would like to use spaces for streaming videos via https with this token,…
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
Spaces has been designed to be compatible with the S3 API in order to allow users to leverage existing tools. Accessing private files requires generating a signature for authentication. As this is quite complicated, you should generally use an existing library in your programing language of choice.
Check out this question for examples in a number of languages:
Let us know more about how you are trying to access the files, and we can provide a more specific answer.
Best,
Bobby