Get Unifinished Uploads¶
Get unfinished uploads that can have data appended to them. This function can be used to build a ‘resume’ upload functionality.
Request¶
POST https://api.cloudplan.biz/api/file/get_unfinished_uploads
{}
Reply¶
{
"result": true
"file_uploads": [
"file_id": ...
"created_at": ...
"last_progress_at": ...
"file_size": ...
"file_name": ...
"node_id": ...
]
}
Error Codes¶
there are no error codes