Hi,
I would like to achieve following scenario:
- I have a folder on google drive where spreadsheets will reside and will be edited.
- I want all modified spreadsheets to be copied to s3. Each modified spreadsheet will have the same name + current date time
What I did:
Scenario where trigger is Google Drive Watch files in a folder and action is AWS S3 Put file. In general, the scenario works and files are created in my s3 bucket but the file is empty because I don’t know what to put in the Data setting of the action. There is no option to pick file contents there, only metadata like file Id, access options etc.
How can I simply copy a modified file from Google Drive to S3?