Open GoogleCodeExporter opened 9 years ago
and when i change the ImageUsage value to Icon or PromoBadge, it is ok.
but i can never get the Screenshot and ScreenshotThumbnail successfully, it
always return error code 400.
Original comment by edward...@gmail.com
on 6 Jan 2011 at 9:37
You shall change the version of RequestContext in the file "MarketSession.java"
Here is the code snippet,
public MarketSession() {
//context.setVersion(1002);
context.setVersion(1002012);
...
}
I got the idea from google groups, it worked for me. Hope it can help...
Original comment by chfswed...@gmail.com
on 13 Jan 2011 at 6:00
thanks very much
!! it works
Original comment by edward...@gmail.com
on 27 Jan 2011 at 8:08
thanks very much! it works!
Original comment by edward...@gmail.com
on 27 Jan 2011 at 8:36
Where can i get the source? i can't see anything in the "download" section..
Original comment by sagitso...@gmail.com
on 5 Dec 2011 at 12:45
Original issue reported on code.google.com by
edward...@gmail.com
on 6 Jan 2011 at 9:35