-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not upload file using ISaver error is (com.microsoft.onedrivesdk.saver.SaverException) #21
Comments
Getting Same issue even every uri scheme i follow and debug the app many times. All is perfect but still getting the com.microsoft.onedrivesdk.saver.SaverException with file not specified error . @ksheode @dzearing @garethj-msft @daboxu |
Im following the same steps given by the Microsoft official portal. but still same issue exists. |
I am also getting this error when using Saver. NoFileSpecified, even though I thoroughly tested that the file exists and has the correct URI. Can someone from Microsoft please take a look. (@peternied ?) |
@frackinfrell Heya, thanks for summoning me, I don't work at Microsoft anymore and same with Dabo. I'll add some folks and that might still be around... @daspek @ificator Someone from there OneDrive Android client might be able to help respond to these questions if you could send it their way. |
Any chance this issue has been solved? If not could we get an answer. From the testing I have done it seems the problem lies with the changes in the way Android is handling Intents and file permissions. |
@peternied I can take a look at this one |
If some has solved this problem please update |
I am not able to upload file on onedrive
I did not change any code, added file read & write run time permissions to sample app.
I have putt on my APPID on ample app but I still get an "NoFileSpecifiedError".
OS: 6.0
Device : Motorola XT10902
File exist /storage/emulated/0/MyFile.txt
fileUri file:///storage/emulated/0/MyFile.txt
error is com.microsoft.onedrivesdk.saver.SaverException
at com.microsoft.onedrivesdk.saver.Saver.handleSave(Saver.java:110)
at com.example.onedrivesdk.saversample.SaverMain.onActivityResult(SaverMain.java:116)
The text was updated successfully, but these errors were encountered: