-
Notifications
You must be signed in to change notification settings - Fork 450
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
_data column is not found exception in 7.0 Nougat #156
Comments
@kumarbhubnesh Can you share the code that reproduces this issue? Thanks in advance! |
UriHelpers.txt Line no. 73 of this file. i have used this file from dropbox sample. |
@kumarbhubnesh Apologies, I'm not sure I follow. Can you share any code that you wrote that triggers this? Or, if there is code in one of our samples that triggers this, can you link to the relevant sample and line? Thanks in advance! |
UploadFileTask.txt |
@kumarbhubnesh Thanks! I just tried uploading a file using the Android example app that uses Can you share some more specific steps for reproducing this? Thanks in advance! |
@greg-db Ok let me check that sample again,. |
Any update on this? |
@nicolabeghin I don't have an update on this. Are you seeing this issue as well? We have not been able to reproduce it. If you can, please share the code and steps to do so. Thanks! |
Hi @greg-db I just used the de-facto standard Maybe your |
@nicolabeghin I see, thank you. Based on this, I see that this error is actually more about interacting with the official Dropbox Android app (com.dropbox.android) and not the Dropbox API itself. I can only provide support for the Dropbox API part though. Please open this is as a ticket here with these details and I'll redirect that to the right people. Thanks! |
@nicolabeghin Did you resolve this? If you did, do you mind sharing? Thank you. |
@HBiSoft if I'm not wrong I changed in aFileChooser to handle all files as "to be downloaded" like below. Not pretty if you ask me, but had no time to deep dive in this.
|
Hi Am using URIHelpers.java for getting the uri from file path but in nougat its throwing exception.
The text was updated successfully, but these errors were encountered: