github.com/cs3org/reva/v2@v2.27.7/changelog/1.17.0_2021-12-09/app-provider-new-file.md (about)

     1  Change: Fix app provider new file creation and improved error codes
     2  
     3  We've fixed the behavior for the app provider when creating new files.
     4  Previously the app provider would overwrite already existing files when creating a new file, this is now handled and prevented.
     5  The new file endpoint accepted a path to a file, but this does not work for spaces. Therefore we now use the resource id of the folder where the file should be created and a filename to create the new file.
     6  Also the app provider returns more useful error codes in a lot of cases.
     7  
     8  https://github.com/cs3org/reva/pull/2210