Downloading a File
All files uploaded via File Management module are accessible on the following url:
url = `$SPACE_CLOUD_ADDRESS/v1/api/$projectID/files/$path/$fileName`
The URL is different for each file and has the following variable parts to it:
- $projectID - This is the project id with which you initialized the API
- $path - The path at which you have uploaded the file
- $fileName - The name with which you have uploaded the file (e.g., profile.jpg)
Have a technical question?
Improve the docs!