Is it possible to 'store' data to OneDrive? I've got a connector that can 'read' from OneDrive just fine, but from the documentation I've read storing isn't possible. The reason I ask anyway, is because it strikes me that what I 'can' do, is open a dashboard, right click a chart and do 'export to excel', and it saves just fine.
If that's the case, surely there's a way to automate that process such that I could programmatically store data in the backend on reload? I get that it's probably the browser doing the download which is why it's different, but surely there's some automation you can do that effectively does the same thing?