Re: upload image for display ads

2018-06-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thank you for providing the logs. Upon replicating on my end using the same image URL ( https://goo.gl/dEvQeF) and also I tried the code snippet you provided (mediaService.upload), I was able to successfully upload the image on my end. See the attached file for my SOAP logs. Based on your r

Re: upload image for display ads

2018-06-14 Thread V54328u
image.setData(com.google.api.ads.common.lib.utils.Media.getMediaDataFromUrl(" https://goo.gl/dEvQeF";)); // Upload image. com.google.api.ads.adwords.axis.v201802.cm.Image uploadedImage = (com.google.api.ads.adwords.axis.v201802.cm.Image) mediaService.upload(new com.google.api.ads.adwords.ax

Re: upload image for display ads

2018-06-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To further investigate this, could you provide the complete SOAP request and response logs when you encountered the issue together with you clientCusotmerId? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

upload image for display ads

2018-06-14 Thread V54328u
i am using api version 201802, when i try to upload image using media service image.setData(com.google.api.ads.common.lib.utils.Media.getMediaDataFromUrl(" https://goo.gl/dEvQeF"; )); i am not able to upload "https:" image. when i upload "http " image ,