I want to upload (update) a file (excel file) on my onedrive programmatically every 10 minutes.
for more details, this file is embedded on my website and I want the data of this excel file be updated automatically.
I have written java program that update the file automatically (by getting new data from a site). but how can I upload the new file on my onedrive?
would you please help me?
many tanks in advance for your help.