RE: Error occurred at MediaFileOperation create

2019-11-04 Thread Google Ads API Forum Advisor Prod
Hi, I realize it's been a while, but a fix went in to allow uploads of DYNAMIC_IMAGE via the API. Please let me know if you encounter any further issues with this operation. Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5001UAqxhT:ref -- --

Re: Error occurred at MediaFileOperation create

2019-06-12 Thread Venkat
Thanks for the update. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google

Re: Error occurred at MediaFileOperation create

2019-06-12 Thread Venkat
Thanks for the update. On Saturday, May 11, 2019 at 10:38:31 PM UTC+5:30, Venkat wrote: > > I tried to make a MediaFile using MediaFileService but failing repeatedly. > > media_file_service = client.get_service('MediaFileService', version='v1') > > # create media file >

RE: Error occurred at MediaFileOperation create

2019-05-30 Thread Google Ads API Forum Advisor Prod
Hi, So far I've determined that we don't actually support uploading dynamic images, but the Google Ads API does support retrieving dynamic images from an account. I have a question out to the team and will update this thread if they provide additional information. Thanks, Josh, Google Ads API

Re: Error occurred at MediaFileOperation create

2019-05-29 Thread Venkat
I didn't get you. can you please keep it in english? On Saturday, May 11, 2019 at 10:38:31 PM UTC+5:30, Venkat wrote: > > I tried to make a MediaFile using MediaFileService but failing repeatedly. > > media_file_service = client.get_service('MediaFileService', version='v1') > > # create

Re: Error occurred at MediaFileOperation create

2019-05-29 Thread revarasi Sofa
Service korsi sopa bandung Pada tanggal Rab, 29 Mei 2019 19.23, Venkat menulis: > Any updates on this? > > On Saturday, May 11, 2019 at 10:38:31 PM UTC+5:30, Venkat wrote: >> >> I tried to make a MediaFile using MediaFileService but failing >> repeatedly. >> >> media_file_service =

Re: Error occurred at MediaFileOperation create

2019-05-29 Thread Venkat
Any updates on this? On Saturday, May 11, 2019 at 10:38:31 PM UTC+5:30, Venkat wrote: > > I tried to make a MediaFile using MediaFileService but failing repeatedly. > > media_file_service = client.get_service('MediaFileService', version='v1') > > # create media file >

Re: Error occurred at MediaFileOperation create

2019-05-15 Thread Venkat
Thanks Josh, I will be waiting for your update.. On Wednesday, May 15, 2019 at 3:48:08 AM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hi, > > From my investigation so far, it appears that the Google Ads API currently > only supports uploads for ICON and IMAGE, not DYNAMIC_IMAGE. However, I'm

RE: Error occurred at MediaFileOperation create

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, From my investigation so far, it appears that the Google Ads API currently only supports uploads for ICON and IMAGE, not DYNAMIC_IMAGE. However, I'm confirming this with the team and will get back to you with an update. Thanks, Josh, Google Ads API Team

Re: Error occurred at MediaFileOperation create

2019-05-14 Thread Venkat
Hello, The above code works with JPEG image but failing with GIF image. I already post the same question at client library, they replied with Unfortunately that appears to be an issue with the API and not the client library, would you please submit your question on the support forum

RE: Error occurred at MediaFileOperation create

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Venkat, Looks like the Image field is not set to the MediaFile. Could you please follow the code pattern shown here in Java to

Error occurred at MediaFileOperation create

2019-05-11 Thread Venkat
I tried to make a MediaFile using MediaFileService but failing repeatedly. media_file_service = client.get_service('MediaFileService', version='v1') # create media file media_file_operation = client.get_type('MediaFileOperation', version='v1') media_file =