我正在尝试调用request [sandbox],但得到以下错误:
{"message":"We have experienced a problem.","code":"internal_server_error"}
这是一个POST电话。
url:https://sandbox-api.uber.com/v1/requests/?scope = request
标题:Authorization: Bearer access_token
体:
{
"start_latitude": "startlat",
"start_longitude": "startlng",
"end_latitude": "endlat",
"end_longitude": "endlng",
"product_id": "productId"
}
有人可以帮忙吗?
答案 0 :(得分:2)
网址不正确!!! “我的错误”
但是我收到了新的错误:
{\“message \”:\“仅请求标头
Content-Type: application\\/json
此端点支持此功能。请检查您的要求 头\”,\ “代码\”:\ “invalid_content_type \”}标题:{'Content-Type':'application / json',
'授权':'持票人'+ accessToken}
我在Headers中传递了Content-Type,但它仍然给出了同样的错误:(