如何从谷歌api结果扩展到正确的(完整)图像路径

时间:2014-08-19 05:09:12

标签: jquery google-oauth google-contacts google-geocoding-api google-playground

我正在使用google oauth 2.0 playground API,它给出了联系人的结果,但问题是它没有提供带扩展名的完整图片名称。

结果我得到了

    <link rel="http://schemas.google.com/contacts/2008/rel#photo" type="image/*" href="https://www.google.com/m8/feeds/photos/media/xxxx@test.com/2d4aaf09b20bb7"/>
  <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/xxxx@test.com/full/2d4aaf09b20bb7"/>
  <link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/xxxx@test.com/full/2d4aaf09b20bb7"/>

我需要做什么才能获得带扩展名的图像src?

1 个答案:

答案 0 :(得分:0)

没有“文件名”或“扩展名”。当您向URL发送经过身份验证的请求时,您将获得一个HTTP响应,其标题中包含内容类型,告知它与照片字节的格式类型。