How to automatically save a file to an online storage?

0
Hi colleagues,   Is there a way for a data to be automatically extracted using a scheduled event and put it on an online storage like One Drive?   Because currently, the user will extract a csv file everyday for to use it for his purposes.  He wishes to not do it every time but rather to be piled up on a storage where he can just download it   Thanks!
asked
1 answers
0

Microsoft has well documented API's for uploading files to OneDrive that you could look into. You could create a scheduled event to automate the rest call. If your app is running on-premise you could even use Java to write the file to a specified local directory.

answered