Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-10 Thread Tim Polt
Yeah modifying image by changing pixel color or cropping kinda works as 
ugly hack but google should fix this.
No way this is acceptable, what's worst we have more than 100K assets and 
we dont know which asset is what,
so ability to find an asset and replace it, makes sense however current 
release does not address this issue.

Thanks
Tim

On Friday, February 11, 2022 at 3:34:07 AM UTC+13 ed...@gsmediagroup.net 
wrote:

>
> Hi everyone. I have some strange and quick solution for this problem. I 
> CROP(cut) every uploaded image with some random width and height. And only 
> after that i upload that CROPED image as asset, and that image seems like 
> new unique image.
> Ex. in PYTHON
>
> # For 1.91:1 ratio
> ratio = 191/100
>
> # Width and height of image to crop
> width = random.randint(600, 1024)
> height = round(width / ratio)
>
> # Width and height for square images
> squareDim = random.randint(300, height)
>
> After crop the image I was create asset with that image and set name of 
> Asset some unqiue name str(uuid.uuid4()).
>
> Thanks!
> On Thursday, February 10, 2022 at 4:10:37 PM UTC+4 m.m...@doveconviene.com 
> wrote:
>
>>
>> Hello, we have the same problem starting this morning. We have not 
>> changed anything on our code. What is the correct procedure for uploading 
>> an asset? We have all campaigns stopped for this reason.
>>
>> Thanks
>> Il giorno giovedì 10 febbraio 2022 alle 10:22:54 UTC+1 timo...@gmail.com 
>> ha scritto:
>>
>>> Hi Mark,
>>>
>>> I understand but this has immediate impact on our ability to run 
>>> campaigns, we are losing revenue, and can't find work around for this issue.
>>> Main issue is that we have uploaded a lot of images and now we can't 
>>> even tell which are in conflict, and that makes it a big issue.
>>> So any work around in meantime would be much welcomed.
>>>
>>> Thanks
>>>
>>> On Thursday, February 10, 2022 at 8:47:46 PM UTC+13 adsapi wrote:
>>>
 Hello Everyone,

 Thanks for the following up on this thread.

 Currently, a feature request has been raised for this; however, please 
 note that there is no guarantee if this will be supported in the API soon. 
 That said, please continue to follow our blog 
  for 
 updates.

 Regards,
 [image: Google Logo] 
 Mark Kevin 
 Google Ads API Team 
   

 ref:_00D1U1174p._5004Q2Hyur3:ref

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ff4612b8-e2c0-4122-9e35-db0c5938814an%40googlegroups.com.


Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-10 Thread Tim Polt
Hi Mark,

I understand but this has immediate impact on our ability to run campaigns, 
we are losing revenue, and can't find work around for this issue.
Main issue is that we have uploaded a lot of images and now we can't even 
tell which are in conflict, and that makes it a big issue.
So any work around in meantime would be much welcomed.

Thanks

On Thursday, February 10, 2022 at 8:47:46 PM UTC+13 adsapi wrote:

> Hello Everyone,
>
> Thanks for the following up on this thread.
>
> Currently, a feature request has been raised for this; however, please 
> note that there is no guarantee if this will be supported in the API soon. 
> That said, please continue to follow our blog 
>  for 
> updates.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Hyur3:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bfe94090-4a99-4862-b21e-a4d9d4f7d3b0n%40googlegroups.com.


Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-09 Thread Tim Polt
After today's update we are getting this error as well and no way to fix it

*Error: The asset has a name which is different from an existing duplicate 
that represents the same content*

It stops us from running campaigns would be good to get some clarity around 
this issue

Thanks

On Thursday, February 10, 2022 at 4:30:57 PM UTC+13 zhe...@leadplus.co.jp 
wrote:

> Hi there, just wonder if any progress you 've made here for this topic.
>
> It's Feb 2022 and I'm still facing the same error.
>
> As another developer mentioned above
>
> > Typically when getting a duplicate error you really expect to have the 
> Id or some reference that points you to the original resource, so it would 
> be amazing to have that.
>
> That 's really a great thought. So may I have the ID ( or `resource_name` 
> ) in the error message ( so for it is just 'The asset has a name which is 
> different from an existing duplicate that represents the same content' ) ?
> Just change the error message. You don't have to take hours to write and 
> publish a blog somewhere.
> It would be very very helpful and nobody would reply to this thread and 
> bother you again and again.
>
> Would you consider do that ?
>
>
>
> On Tuesday, November 30, 2021 at 6:01:19 AM UTC+9 adsapi wrote:
>
>> Hi James,
>>
>> Thank you for reporting on how the hacky workaround works. You may 
>> monitor our blog 
>>  for 
>> an update on this popular request.
>>
>>
>> Reminder: Share your feedback about the Google Ads (AdWords) API! Take 
>> the 2021 Google Ads API and AdWords API Annual Survey 
>> 
>>  
>> Regards, 
>> [image: Google Logo] 
>> Aryeh Baker 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Hyur3:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ab8da12-8664-4fdc-87a5-62d57a6cb600n%40googlegroups.com.