Open
Description
Kept getting errors when trying to post a comment/note to a file. Egnyte support replied back that .addNote() is not a function of storage but rather notes. The online documentation needs to be corrected.
GitHub currently shows API.storage.path(path to file).addNote;
Response from Egnyte Support:
Yes, the error is expected as the addNote
method is not a member of storage module. You need to use the notes module (i.e. egnyte.API.notes.path("/Shared/TECHNOLOGY/README.txt").addNote("Test") ).
Metadata
Metadata
Assignees
Labels
No labels
Activity