🛠 ᴺᴱᵂ ᴾᴸᵁᴳᴵᴺ Google Cloud Storage Dropzone & Utilities (Image Resize & Compression, MultiUploader, Folder Support, No Filesize Limit & Automated GCP Configuration!)

Hey @luke15 ,

Currently there is no (easy to implement) mechanism to do such things.
Previously you were able to se the filename using Set Presigned URL because the plugin didn’t allow parallel uploading, which is the case now. So I had to make a compromise.

This may be possible if you do not use Auto-Upload, so I may create an action targeting a given uuid to rename prior to upload/

If your aim is to prevent remote files from being overwritten bearing the same name while using Auto-Upload, I would recommend to set the Upload Folderwith a session-scoped random key.

Let me know if it helps.

Yes, I can choose not to use the automatic upload function. A better solution would be to rename files before uploading for specific UUIDs. It would also be even better if files with the same name could be automatically overwritten.

For the time being I advise you to set a random value into the Upload Folder, representing the random session for the upload session, so you won’t overwrite any files accidentally.