Ok, this is perhaps a silly question but I can’t figure this out. How do I rename a file that my users upload to the app?
Users either drop a file onto or click a group to upload a file which they can add metadata too. They can also rename the file. But that only works in the app. When you download the file, it will still have the original name you uploaded the file with.
I tried to make a change to the ‘file’ that was uploaded into Amazon by doing a :find&replace for the file’s name with the name that I have a field for but this results in an access denied error as it still references back to the original file that was uploaded.
I would probably have to create a different approach where the file that you select from the system gets renamed first before it is getting uploaded. But I had hopes of being able to manipulate the file that was already uploaded to the servers. I feel like I’m missing something obvious here but can’t seem to figure it out