Closed cstehreem closed 3 years ago
It looks like Files.update()
currently updates only the metadata. I'll gladly merge your PR if you decide to add the missing functionality.
I'm looking into retrofitting this module, and I'll try to add the functionality you need.
The functionality is added, finishing the docs.
Please have a look at v2 of this module. You can't manage permissions with it yet, but it will come very soon.
Is there a way to update the content of already uploaded file rather than just metadata?
The official documentation for update says it can be used to update a file's metadata OR content, I was wondering if we have the option to add content in the update using this wrapper?
Thanks