FAQ
Why can't I add a file?
- Check your account balance. Negative balance disables add and download functions.
- Clear your browser cache.
- Clear the cookie.
- If you use the API, check that the commands match the documentation.
- Contact Support.
Why is the file not downloading?
- Check the speed limit.
- Check your account balance. Negative balance disables download functions.
- Contact Support.
How to make up your balance?
- Go to the expense page.
- Enter the amount in the "pay" field.
- Follow the instructions of the processing center.
How to restrict public access to files?
- By default, all files are public, i.e. available to users by link.
- To prohibit downloading a file without a signature, set the "Available only via direct link" parameter.
- Add signature generation code to links.
How to add a file?
- Through the file management interface.
- Via API:
- POST request,
- link.
How to manage traffic rate?
- Set the speed limit for the file.
- Configure file restrictions using link signing.
How is load balanced?
- The user's browser contacts the CDN with a request to serve a public or direct link.
- CDN selects the optimal server based on the current load.
- A response code 302 is returned to the user, containing a link pointing to the selected server.
- The user's browser accesses the received link.
- The CDN server returns the requested content.
Why by exposing the file the parameter "Available only by signed link" I can still download it?
-
This restriction does not apply to authorized user-owners.