picasa web api 使用 authkey 获取未列出的相册
我正在尝试使用 picasa web api 获取我的不公开相册。常见问题解答说
我可以通过 API 获取不公开的相册吗? API支持相同的 与 Picasa 网络相册的其余部分一样的身份验证令牌。如果你有 未列出相册的authkey,您可以查询该相册 通过具有该身份验证密钥的 API。不然你只能看到 如果您以内容所有者的身份登录,则显示不列出的内容。
但是,当我尝试时
https://picasaweb.google.com/data/feed/api/user/userid?authkey=aweWEawaDw63453AW
,它仅列出我的公开专辑。我是否以正确的方式提供了身份验证密钥?
I am trying to get my unlisted albums using the picasa web api. The FAQs say
Can I get unlisted albums through the API?
The API supports the same
authentication tokens as the rest of Picasa Web Albums. If you have
the authkey for an unlisted album, you can make a query for that album
through the API with that authkey. Otherwise, you can only see
unlisted content if you are logged in as the owner of the content.
However when I try
https://picasaweb.google.com/data/feed/api/user/userid?authkey=aweWEawaDw63453AW
It is only listing my public albums. Am I providing the authkey the right way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试类似的东西
https://picasaweb.google.com/data /feed/api/user/userid?kind=album&authKey=aweWEawaDw63453AW
you can try something like
https://picasaweb.google.com/data/feed/api/user/userid?kind=album&authKey=aweWEawaDw63453AW