Google CSE: File uploading is not successful -
Google CSE: File uploading is not successful -
i'm getting above error when seek uploading auto-suggest xml file google's custom site search. tried trimming file downwards bear minimum see if isolate problem next won't upload:
<?xml version="1.0" encoding="utf-8"?> <autocompletions> <autocompletion term="my term" type="1" /> </autocompletions>
am missing blindingly obvious?
kind regards, karl
it turns out, despite google info contrary, 'language' attribute required if it's value blank. added , file imported.
<?xml version="1.0" encoding="utf-8"?> <autocompletions> <autocompletion term="my term" type="1" language="" /> </autocompletions>
google-cse
Comments
Post a Comment