You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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") ).
The text was updated successfully, but these errors were encountered:
Thanks for taking the time to report.
We'll get it fixed.
I see in code there was an intention to make notes available in storage module too, but never fulfilled.
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") ).The text was updated successfully, but these errors were encountered: