请为此提供解决方案(我是球衣和邮差的新手)。我尝试使用以下链接但无法共享文件:https://www.hipchat.com/docs/apiv2/method/share_file_with_room
我附上了我从邮递员那里试过的屏幕截图。
注意:我使用API访问令牌和发送消息范围。
我收到的错误是响应:
{
"error": {
"code": 400,
"message": "No file was found in the request. See https://www.hipchat.com/docs/apiv2/method/share_file_with_room for an example",
"type": "Bad Request"
}
}