# Files Provides functionalities for uploading, downloading and deleting files. ## Request File Upload - [POST /files/upload](https://developer.cdq.com/apis/data-exchange-api/api-v5/files/paths/~1files~1upload/post.md): Create a file in the file storage using the url provided. Maximum allowed file size is 5GB. ## Request Files Delete - [DELETE /files](https://developer.cdq.com/apis/data-exchange-api/api-v5/files/paths/~1files/delete.md): Delete files in the customer-uploads directory using the provided urls. ## List All Resources - [GET /files/resources](https://developer.cdq.com/apis/data-exchange-api/api-v5/files/paths/~1files~1resources/get.md): Returns list of all resources, which are available at the specific url path. ## Request File Download - [POST /files/download](https://developer.cdq.com/apis/data-exchange-api/api-v5/files/paths/~1files~1download/post.md): Download file from CDQ Cloud.