Hi Sai,

I wasn't using meda_file.image for an argument. I was pointing that to 
asking if the functionality was available. I am writing the code in Scala.

val mediaFile: MediaFile = MediaFile.newBuilder
 .setName("myimage")
 .setType(MediaType.IMAGE)
 .build

val mediaFileOps: java.util.List[MediaFileOperation] = java.util.Arrays.
asList(
  MediaFileOperation.newBuilder.setCreate(mediaFile).build
)

val mediaFileServiceClient: MediaFileServiceClient = dependencies.gadsClient
.getMediaFileServiceClient

val response: MutateMediaFilesResponse = mediaFileServiceClient.
mutateMediaFiles('adAccountIdHere', mediaFileOps)

This response returns INVALID_ARGUMENT. Can you explain where the invalid 
argument is?

I know I can use the Google UI to upload images, however I do not know how 
to retrieve the resource_name from this. Can you explain how I can get the 
resource_name from the UI?

Thanks,
John

On Monday, February 4, 2019 at 4:20:06 PM UTC-5, googleadsapi-forumadvisor 
wrote:
>
> Hello John,
>
> The resource media_file 
> <https://developers.google.com/google-ads/api/docs/fields/media_file> does 
> not have the field media_file.image that the reson for INVALID_ARGUMENT 
> error, instead you could use the media_file.resource_name 
> <https://developers.google.com/google-ads/api/docs/fields/media_file#media_fileresource_name>
>  field. 
> You can use the UI of Google Ads API to upload the media files. To upload 
> media files via Google Ads API you could use MutateMediaFiles operation as 
> shown here 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v0.services#mediafileservice>
> .
>
> Regards,
> Sai Teja, Google Ads API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
>     http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>     https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> <https://support.google.com/google-ads/contact/survey_transactional?caseid=3-6683000025194&hl=en&ctx=1>
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4e7e5b39-ebf2-4924-ba12-7720e81df143%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Does th... john
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... john
        • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
          • ... john
            • ... john
              • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
                • ... john
                • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to