FileService
RPC | Request | Response | Comments |
---|---|---|---|
createFile | Creates a file | ||
updateFile | Updates a file | ||
deleteFile | Deletes a file | ||
appendContent | Appends the file | ||
getFileContent | Retrieves the file content | ||
getFileInfo | Retrieves the file information | ||
systemDelete | Deletes a file if the submitting account has network admin privileges | ||
systemUndelete | Undeletes a file if the submitting account has network admin privileges |
Last modified 1mo ago