- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
题
我的怎么可以Github App获取有权创建问题的访问 token ?
我试过的
我启用了 Settings-> Developer settings -> GitHub Apps -> Permissions and webhook
中的所有权限页面,关注 instructions获取访问 token ,然后发出引用 docs 的请求,但得到以下回应:
{
"message": "Resource not accessible by integration",
"documentation_url": "https://developer.github.com/v3/issues/#create-an-issue"
}
但是当我使用个人访问 token 发出此请求时,一切正常。
细节
创建一个 Github App
我启用了所有权限
订阅所有事件
获取访问 token
https://github.com/login/oauth/authorize?client_id=Iv1.abfa65bfc68dc75a
https://github.com/login/oauth/access_token
请求 Create an issue
当我用我的 personal access token 替换之前步骤中获得的 access_token 时,一切顺利。
最佳答案
很好,详细地记录了您遇到的问题!
follow the instructions to get access token
关于github-api - Github API : What permission should a Github App get when create an issue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51336005/
我是一名优秀的程序员,十分优秀!