microsoftarchive / wunderlist.js

Wunderlist Javascript SDK
https://developer.wunderlist.com/documentation/tools/wunderlist.js
120 stars 29 forks source link

How to create a file #24

Open janschatz opened 5 years ago

janschatz commented 5 years ago

How can I create a file for a task? The documentation only shows how to define the file name, but not how to define the content. Also the example in the documentation calls notes.create instead of files.create and notes.deleteID instead of files.deleteID.