appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.

Home Page:https://developers.app.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to update the content of a file?

brutella opened this issue · comments

Going through the File API documentation, I couldn't find a way to change the content of a file.

Thanks @berg for pointing out on how to set the file's content. But that seems to be possible only for incomplete files.

I want to build an app which creates and updates files on ADN - any way to achieve that?

You cannot update the content of existing completed files right now. You have to create a new file. (You could update an annotation on the existing file to have a pointer to the "updated" version).