Path parameters
The path must point to a file. A folder path returns
400 on local disk storage but 404 on a cloud storage backend, which has no directory to stat. Treat both as “not a file” rather than branching on the code.
Response
Status codes:
200 success · 400 path is a directory (local storage only) · 404 not found · 500 error
Related
List Storage
Browse all files and folders.
Delete File
Remove a file and its cached variants.