Skip to content
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

The app isnt able to upload a file to OneDrive(NoFileSpecified) #18

Open
davidv171 opened this issue Jun 26, 2017 · 0 comments
Open

The app isnt able to upload a file to OneDrive(NoFileSpecified) #18

davidv171 opened this issue Jun 26, 2017 · 0 comments

Comments

@davidv171
Copy link

davidv171 commented Jun 26, 2017

Any idea what could be causing NoFileSpecified error?

7.0
Xperia Z5
Didnt change any code, added file read & write permissions to another app that is using the saver and I still get an "NoFileSpecifiedError".

I changed the APPID.

This is how my permissions look like on the developer's console http://i.imgur.com/vURocmV.png

Turns out 7.0 doesnt allow file:// URIs. So I changed to content:// , so it looks like this now:

content://david.projectclouds.MainActivity/file/diabetix/Temp.xml

Still same problem. Using FileProvider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant