# File * 在 add file 的時候會去檢查 * 路徑存不存在,有沒有這個 prefix 的檔案, * 並且檢查這個檔案有沒有符合 streamer 的要求,prefix{int}.xxx * 路徑只能有一個,prefix 可以有多個 POST ​/files add file GET ​/files​/{fileID:string} get file PUT ​/files​/{fileID:string} edit file DELETE ​/files​/{fileID:string} delete file