You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Im trying to create Html5 Ad Template (419) through adwords API.
I'm getting MediaBundleError.INVALID_PATH each time.
For every bundle, I access to it, and I modify in runtime some values of index.html and index.js.
Any ideas?
Peter Oliquino
unread,
Jun 14, 2016, 4:08:36 AM6/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Adrian,
The error occurs due to an invalid asset path contained in the media bundle. For further investigation, could you please send your SOAP request and response logs if possible? Please use Reply privately to author when sending the information.
Thanks and regards,
Peter
AdWords API Team
Message has been deleted
Peter Oliquino
unread,
Jun 14, 2016, 10:42:43 PM6/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Adrian,
Thank you for the information. The files you sent doesn't have the implementation (<h1>Hotel at {#jsProperties.city_name}</h1>) in any of the files. This is probably the reason you're getting the error.
Is there any other information that you could provide?
Regards,
Peter
AdWords API Team
Adrian Blanco
unread,
Jun 15, 2016, 5:34:59 AM6/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
I solved the problem. The issue was the path when I added the new files to the bundle. I removed the slash preceded my path when I added my files, and then it works properly.