The job I'm at settled with OneDrive for file storage. Does anyone know if onedrive plays nice with coldfusion before I read the docs? My apps needs to access and display xlsx files. Can I simply use cffile and cfspreadsheet?
p
Peter Amiri
08/31/2022, 7:12 PM
OneDrive syncs to a local directory, so it should be no different than reading a local file.
f
Formiko
08/31/2022, 7:15 PM
ok thanks...i'm not sure if I'll be using the corporate account or my private account
p
Peter Amiri
08/31/2022, 7:18 PM
Looks like there is an API so theoretically you could script something similar to S3 or other object storage system.