I am trying to scope out the feasibility of a project that involves the following:
- Exporting a file to a google drive folder
- Using the google drive folder as my working directory (I have the google drive sync app which would create a local path for the folder)
- Scheduling a collection to run weekly which references a file from that working directory.
The contents of the file will change weekly, but the name will remain the same, hence the idea to use a local path and working directory and not directly upload the file. After reading through the documentation on scheduled collections I now understand that it is incompatible with working directories as it is running on the cloud and not locally.
So my question is, are there any work arounds or alternative solutions that can accomplish these requirements?