Any way to save a file to OneDrive in D3d?

Hey Everyone,

Most of the guides i’ve found exclusively call for XAML.

I have an entirely 3D application, so i believe i need to be using D3D in unity.

Is there any way to write files (csv) to OneDrive?

Thanks!

Hello,

I don’t know of a way to currently write to One Drive in a script, I have seen users that have been able to write to a google excel sheet using scripts. I would imagine there would be a way to write to One Drive, although I don’t know of one currently.

It looks like Microsoft released a UWP OneDrive app in the Microsoft store, that might be a good place to start.
https://developer.microsoft.com/en-us/windows/holographic/saving_and_finding_your_files

Thank you,
Wesley

Do you have any links about your referenced “Google excel sheet using script”?

I don’t have a link to provide for Google Script, it was something that another team member created.

same problem here :confused:

This may help get you started in writing a google script