Upwork API returns 405/可能资源未共享
Upwork API returns 405/Possibly resource is not shared
我已成功授权并想从
获取我的用户ID
https://www.upwork.com/api/api/hr/v2/users/me.json,
但我只得到:
{"server_time":1576149895,"error":{"status":405,"code":405,"message":"Possibly resource is not shared"}}
我尝试了其他几个端点,但响应始终与上面相同。
你用错了 URL - "api" 是双倍的,必须是 "https://www.upwork.com/api/hr/v2/users/me.json" instead of "https://www.upwork.com/api/api/hr/v2/users/me.json"
我已成功授权并想从
获取我的用户IDhttps://www.upwork.com/api/api/hr/v2/users/me.json,
但我只得到:
{"server_time":1576149895,"error":{"status":405,"code":405,"message":"Possibly resource is not shared"}}
我尝试了其他几个端点,但响应始终与上面相同。
你用错了 URL - "api" 是双倍的,必须是 "https://www.upwork.com/api/hr/v2/users/me.json" instead of "https://www.upwork.com/api/api/hr/v2/users/me.json"