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

  1. Using the Bytescale API or Bytescale SDK...
  2. Perform a CopyFile operation to copy the file from its original location to its desired location.
    1. This operation is synchronous, meaning once the API request successfully returns, the file will have been copied.
  3. Perform a DeleteFile operation to delete the from its original location.
    1. This operation is also synchronous, meaning once the API request successfully returns, the file will have been deleted.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us