1

https://www.pushbullet.com/#settings/accountでアクセス トークンを生成しましたが、機能していないようです。

$ curl --http1.1 --header "Access Token: $PUSHBULLET_API_TOKEN"  https://api.pushbullet.com/v2/users/me | jq .
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   176  100   176    0     0   1093      0 --:--:-- --:--:-- --:--:--  1086
{
  "error": {
    "code": "invalid_access_token",
    "type": "invalid_request",
    "message": "Access token is missing or invalid.",
    "cat": "(=^・ω・^)y="
  },
  "error_code": "invalid_access_token"
}

何がうまくいかないのかについての提案はありますか? API ドキュメントの例との唯一の違いは、http1.1 オプションです。これは、http2.0 のサポートが壊れているように見えるため、追加しました。

$ curl --header "Access Token: $PUSHBULLET_API_TOKEN"  https://api.pushbullet.com/v2/users/me  | jq .
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0  1555    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
4

0 に答える 0