Closed illusive-ch closed 1 year ago
Hi @illusive-ch - You should not need to use base64
(file_get_contents
should return the content as a byte array as expected). If you remove the base64
call, are you getting the exact same error? Could you provide us with the complete logs?
Closing due to inactivity.
I have the following code
This pretty much mirrors the example code other then the image being different since the image int he example is 404 https://github.com/googleads/googleads-php-lib/blob/main/examples/AdManager/v202211/CreativeService/CreateCreatives.php
From what I can see this is the soap call :
I have also tried with and without base64 the image on file_get_contents()