I have a working XmlPort that imports a CSV file into a custom table. At the moment it's called manually via a Page Action. A dialog appears and the user selects the file to be imported and clicks OK. Now, we want to remove the human intervention, drop the CSV file into a folder and call the XmlPort from a Job Queue. Presumably, the aforementioned folder will need to be cloud storage (Google Drive, Dropbox, OneDrive etc...) as SaaS doesn't have access to a local filesystem? How can this be done using AL?