如何解码此图片名称(带扩展名)
<link rel="http://schemas.google.com/contacts/2008/rel#photo" type="image/*" href="https://www.google.com/m8/feeds/photos/media/xxx@test.com/2d4aaf09b20bb7"/>
<link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/xxx@test.com/full/2d4aaf09b20bb7"/>
<link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/xxx@test.com/full/2d4aaf09b20bb7"/>
答案 0 :(得分:0)
您无法获取该网址并将其粘贴到浏览器中(如果我正确理解了该问题)。您必须按照Google Contact API指南here中的说明发送授权的GET请求。
要检索联系人的照片,请向联系人的照片链接网址发送授权的GET请求。
基本上,您将使用与用于接收联系人详细信息相同的令牌(我假设您使用的是GData Contact API)。
答案 1 :(得分:-1)
您收到HTTP 401错误,表示您无权访问该图片(more info here)。
您是使用浏览器还是使用API客户端直接访问图片网址?您需要提供适当的OAuth令牌才能访问该图像。