Google api 新的google帐户在picasa web albums数据API中没有albumid

Google api 新的google帐户在picasa web albums数据API中没有albumid,google-api,picasa,google-data-api,Google Api,Picasa,Google Data Api,嗨,我尝试用picasa网络相册数据API将照片从google photo下载到我的后端 为了用这个api下载照片,我必须知道相册ID 为了进行测试,我创建了一个全新的gmail帐户,并将照片上传到这个新帐户的谷歌照片中,制作相册 根据文件 我使用新帐户用户ID发送此请求: 得到 问题是根本没有相册ID <?xml version='1.0' encoding='UTF-8'?> <feed xmlns='http://www.w3.org/2005/Atom' xm

嗨,我尝试用picasa网络相册数据API将照片从google photo下载到我的后端

为了用这个api下载照片,我必须知道相册ID

为了进行测试,我创建了一个全新的gmail帐户,并将照片上传到这个新帐户的谷歌照片中,制作相册

根据文件

我使用新帐户用户ID发送此请求: 得到

问题是根本没有相册ID

  <?xml version='1.0' encoding='UTF-8'?>
  <feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gphoto='http://schemas.google.com/photos/2007'>
      <id>https://picasaweb.google.com/data/feed/api/user/<userID></id>
      <updated>1970-01-01T00:00:00.000Z</updated>
      <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/photos/2007#user'/>
      <title type='text'><userID></title>
      <subtitle type='text'/>
      <icon>https://lh3.googleusercontent.com/-31_aw60BK4Y/AAAAAAAAAAA/AAAAAAAAAAA/6nUp0GOreV8/s64-c/<userID>.jpg</icon>
      <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/<userID>'/>
      <link rel='alternate' type='text/html' href='https://picasaweb.google.com/<userID>'/>
      <link rel='http://schemas.google.com/photos/2007#slideshow' type='application/x-shockwave-flash' href='https://photos.gstatic.com/media/slideshow.swf?host=picasaweb.google.com&amp;RGB=0x000000&amp;feed=https://picasaweb.google.com/data/feed/api/user/<userID>?alt%3Drss'/>
      <link rel='self' type='application/atom+xml' href='https://picasaweb.google.com/data/feed/api/user/<userID>?start-index=1&amp;max-results=1000'/>
      <author>
          <name><userID></name>
          <uri>https://picasaweb.google.com/<userID></uri>
      </author>
      <generator version='1.00' uri='http://picasaweb.google.com/'>Picasaweb</generator>
      <openSearch:totalResults>0</openSearch:totalResults>
      <openSearch:startIndex>1</openSearch:startIndex>
      <openSearch:itemsPerPage>1000</openSearch:itemsPerPage>
      <gphoto:user><userID></gphoto:user>
      <gphoto:nickname><userID></gphoto:nickname>
      <gphoto:thumbnail>https://lh3.googleusercontent.com/-31_aw60BK4Y/AAAAAAAAAAA/AAAAAAAAAAA/6nUp0GOreV8/s64-c/<userID>.jpg</gphoto:thumbnail>
  </feed>

https://picasaweb.google.com/data/feed/api/user/
1970-01-01T00:00:00.000Z
https://lh3.googleusercontent.com/-31_aw60BK4Y/AAAAAAAAAAA/AAAAAAAAAAA/6nUp0GOreV8/s64-c/.jpg
https://picasaweb.google.com/
皮卡萨韦布
0
1.
1000
https://lh3.googleusercontent.com/-31_aw60BK4Y/AAAAAAAAAAA/AAAAAAAAAAA/6nUp0GOreV8/s64-c/.jpg

我错过了什么

寻求调试帮助的问题(“为什么这段代码不起作用?”)必须包括所需的行为、特定的问题或错误以及在问题本身中重现它所需的最短代码。没有明确问题陈述的问题对其他读者没有用处。请参阅:如何创建一个最小、完整且可验证的示例。感谢您的反馈。我纠正了这个问题。