Jsoup: 500 error loading URL -
i trying write code logs google play website , extracts data present in home page of developer.
now when try parse url: https://play.google.com/apps/publish/home?dev_acc=12345678, parses irrelevant parts of page. part of page contains application data not present. saw source of same page in browser , found application data not present in too.
so while using live http headers (with firefox) found there other urls might have data want. when try open them (using post) gives error:
500 error loading url https://play.google.com/apps/publish/feedback?dev_acc=12345678 now tried opening same page in browser , got,
http method not supported url error 405 can point out how carry on this? cannot post code due company policy can tell have used same technique in of sites , worked. cannot understand what's happening here.
thanks, arun
well... don't know google api, nor policy. know them not liking guys data without using own methods. should way within google want.
about error: 500 - internal server error. think they're not allowing data..
also, i'd take @ this. it's google's own api. might want.
Comments
Post a Comment