Can we upload a file to any default folder, say Documents or Public folder, in OneDrive using OneDrive's JavaScript File Picker API?
i.e. instead of setting path using
WL.upload({
path: response.data.folders[0].id,
element: "file",
overwrite: "rename"
});
can we set the path value for a default folder like Documents/Public?