hackmdio / hackmdio/hackmd-cli

Updating a shared note result in an error

未关闭
#87 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
176
派生
13
平均合并
1 天 4 小时
30 天内合并 PR
5

描述

If we try to update a note that is not ours, but that we are allowed to edit, the note is edited but the API answers with a `403 Forbidden` answer:

```
$ hackmd-cli export --noteId jmYbFyeLQOyS2mwonYqCYw
aa
$ hackmd-cli notes update --noteId jmYbFyeLQOyS2mwonYqCYw --content="bb"
Update note content failed
Error: Received an error response (403 Forbidden) from HackMD
Code: 403
$ hackmd-cli export --noteId jmYbFyeLQOyS2mwonYqCYw
bb
```

This problem is on the hackmd API side, but I don't know on which repo to open the issue...

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。