Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Album URL is giving relative path rather than absolute #526

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Have come across a rare case where the album URL is not absolute.  I have not 
found any other users for which this is happening apart from the one below.

Example:

{
objectType: "album",
displayName: "Coffee",
id: "108654833827434771284.5858676631099244593",
url: 
"/photos/108654833827434771284/albums/5858676631099244593?authkey=COOsxcuU1pHFYQ
"
}

Expecting:

{
objectType: "album",
displayName: "Coffee",
id: "108654833827434771284.5858676631099244593",
url: 
"http://plus.google.com/photos/108654833827434771284/albums/5858676631099244593?
authkey=COOsxcuU1pHFYQ"
}

Original issue reported on code.google.com by djti...@gmail.com on 4 Apr 2013 at 3:33

GoogleCodeExporter commented 9 years ago
This is a pretty annoying bug. We have to deploy a workaround anyway, can't 
wait for you to fix it in a week or two.

Original comment by alois.be...@gmail.com on 9 Jun 2013 at 7:26

GoogleCodeExporter commented 9 years ago
Can you provide steps to reproduce?  What was the API call that you made?  When 
do you see the issue occur?  How often does it occur?

Original comment by joannasm...@google.com on 1 Jul 2013 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by joannasm...@google.com on 1 Jul 2013 at 5:01