I've setup an API account for onedrive file upload and select uploaded files via the file picker.
But` it is showing a message "This file couldn't be shared. Please try again later."
`var odOptions = {
clientId: APP CLIENT ID,
action: download,
advanced: {
redirectUri: redirect url according to app redirect url
},
multiSelect: false,
openInNewWindow: true,
success: function(files) {
},
cancel: function() { },
error: function() { }
}`
Even clicking on Cancel button the same message shows. How this issue can be fixed?