Hey, I am working on a custom operation that will parse MS and PDF files from any file field. I have many ideas on how to implement this, but I think I can learn from folks here on what is a better way. Mainly, I have 2 problems:
1- Configure the filed in the operation options. Is there an option type for listing all file fields in directus?
2- The lib I am using to parse the files expect a file path and will read it using fs.readFileSync. My directus instance is configured with gcp storage, so any suggestions on how to pass this in my operation?
lastly. if there is already a utility to do this that I am not aware of please let me know, thanks!