The job I'm at settled with OneDrive for file stor...
# cfml-general
f
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
OneDrive syncs to a local directory, so it should be no different than reading a local file.
f
ok thanks...i'm not sure if I'll be using the corporate account or my private account
p
Looks like there is an API so theoretically you could script something similar to S3 or other object storage system.