Hello,
I am new to this forum. Please be patient if this is not the right sub-forum for this kind of thread.
I am an Android developer, I am testing Storage Access Framework with NextCloud+CloudFiles.
I opened a thread on StackOverflow but maybe here I can get real help on this specific topic. If the solution is found here I will put it also on StackOverflow for others to know.
My app uses the ACTION_OPEN_DOCUMENT_TREE intent to let the user select a cloud folder, and then wants to create a text file inside that folder but I see that an error occurs.
It has to do with
com.example.safevents W/DocumentsContract: Failed to create document
android.os.ParcelableException: java.io.FileNotFoundException: Failed to upload document with path /test/newfile.txt
Note that the folder uri is correctly retured and it has the read/write permissions.
@Andy
This a sort of development question but on my side, not about the development of the Nextcloud platform.
I get an error as the DocumentProvider implementation is not working.
But I think this is a paramount function, so how can it be that it is not working?
Has nobody tested the main features that are intended to be implemented right now?
if the above does not work with Nextcloud Files App, please open up a bug report on github.
If it does work, you can maybe use it for comparison to see where your problem is?
(I am only here in help forum, if someone pings me, as it is otherwise too much additional work, which I cannot do… :/)