Rename File in GCS

Hello, I was wondering if anyone has had any success with renaming files using the Google Cloud Storage connection. I know that you can upload and delete a file, but I would love to be able to simply rename a file without having to reupload the data and then delete the old file. Has anyone found a solution for this?

Hi Luke, looks like this may not be possible within Retool at the moment without having access to the client library according to GCS docs: Move or rename an object. Seems the best method using a REST API is the one you mentioned with "first make a copy of the object in the desired location with the desired name and then delete the original object"