Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-02-11 Thread Wesley Ide
Hi Yin, Yes, Im using Java client library. I saw the examples, and with one of them I had a better error message. The problem was the dateRangeType ALL_TIME which I was using, but the response message says it is invalid (but had in documentation). It is strange, because the same parameter works

Re: trying to get report but always just get "ReportDownloadError.MISSING_PARAMETER" "Missing report definition"

2016-02-03 Thread Wesley Ide
Hi I have the same problem. I add the headers: - "User-Agent" : "Mozilla/5.0" - "Accept-Language" : "pt-br" - "Accept-Charset" : "UTF-8" - "Content-Type" : "application/soap+xml" - "Authorization" : "Bearer ACCESS_TOKEN" - "clientCustomerId", "XXX-XXX-" - "developerToken"