dpw63348 2015-02-26 10:16
浏览 19

Google使用PHP跟踪API“错误请求”

I am using Google Tracks API to build a simple web based program to track a vehicle that has a tracking device sending latitude and longitude coordinates. I am using PHP and the OAuth2 PHP library to make an authorized connection.

After authorizing and getting an access token I am making a request to create entities. Though I can't seem to get this working and keep getting a "400 Bad Request" response. Following all the steps shown in the documentation.

Here is my code:

$url = 'https://www.googleapis.com/tracks/v1/entities/create/?access_token='.$parsedAuth['access_token'];

$data = array('entities' => array( "name"=> "Chevrolet" ));
$json_data = json_encode($data);
$data_length = http_build_query($data);

$options = array(
     'http' => array(
            'header'  => "Content-type: application/json
". "Content-Length: " . strlen($data_length) . "
",
            'method'  => 'POST',
            'content' => $json_data
        ),
    );

    $context  = stream_context_create($options);
    $response = file_get_contents($url, false, $context);

    var_dump($response);

Exact Error is: "failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request"

Why am I getting a bad request? What would be a good request that will register these entities and return id's? Thank you

  • 写回答

2条回答 默认 最新

  • doulingqiu4349 2015-03-07 11:45
    关注

    The answer given here is wrong. The documentation states that it must be a POST see here My issue was not with the Auth but with the Tracks API itself. I ended up moving to create the request with CURL and it works just fine.

    评论

报告相同问题?

悬赏问题

  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 软件测试决策法疑问求解答
  • ¥15 win11 23H2删除推荐的项目,支持注册表等
  • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法
  • ¥15 qt6.6.3 基于百度云的语音识别 不会改
  • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
  • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥20 测距传感器数据手册i2c