Hello,
my goal is to delete a previous' week file from google drive and upload the file of the current week on a weekly basis.
The file name changes weekly.
This week I would like to delete report_201729.xls and upload report_201730.xls, next week it would be report_201730.xls to delete and report_201731.xls to upload.
The upload is working fine with the Google Drive Connector transformer of FME 2017, but I have troubles to delete the previous' week file. The transformer doesn't have a file name option, only an Object-ID, but this ID changes weekly.
How can I solve this problem?
Thanks!