How do I rename a file?
The Bytescale Dashboard currently does not support renaming files.
However, you can rename a file programmatically using the CopyFile and DeleteFile operations.
Instructions
- Using the Bytescale API or Bytescale SDK...
- Perform a CopyFile operation to copy the file from its original location to its desired location.
- This operation is synchronous, meaning once the API request successfully returns, the file will have been copied.
- Perform a DeleteFile operation to delete the from its original location.
- This operation is also synchronous, meaning once the API request successfully returns, the file will have been deleted.