Files
Cedana API for files
Last updated
Was this helpful?
Cedana API for files
Last updated
Was this helpful?
Was this helpful?
GET /v2/files/dir/{path} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
"file1.txt",
"file2.txt",
"subdir/"
]GET /v2/files/{path} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
https://storage.googleapis.com/bucket/file.tar.gz?signature=...PUT /v2/files/{path} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
https://storage.googleapis.com/bucket/file.tar.gz?signature=...