Re: Google Translate API 414 error (Request-URI Too Large)

2013-04-07 Thread Andrew Beaven
lp Jeremy, it's very much appreciated! Andrew On Sunday, April 7, 2013 10:53:20 PM UTC+12, jgeerdes [AJAX APIs "Guru"] wrote: > > To your first question: yes, that is exactly what jQuery is doing under > the hood. And to your second question: that is a valid approach, but here

Re: Google Translate API 414 error (Request-URI Too Large)

2013-04-07 Thread Andrew Beaven
;s currently in beta and under active development. It is *not* > deprecated. > > > > On Sun, Apr 7, 2013 at 4:06 AM, Andrew Beaven > > wrote: > >> Great observations - I have implemented already though didn't think about >> your 4th point so will need to handle

Re: Google Translate API 414 error (Request-URI Too Large)

2013-04-07 Thread Andrew Beaven
t's very much appreciated! Andrew On Sunday, April 7, 2013, Jeremy Geerdes wrote: > To your first question: yes, that is exactly what jQuery is doing under > the hood. And to your second question: that is a valid approach, but here > are a couple of observations: > > >1.

Re: Google Translate API 414 error (Request-URI Too Large)

2013-04-07 Thread Andrew Beaven
will relay the request to > Google's server and then return Google's response to your application. > > Don't forget to tell them over in the Translate API forum that we provided > the answer :D > > jg > > On Sat, Apr 6, 2013 at 6:55 PM, Andrew Beaven > &

Re: Google Translate API 414 error (Request-URI Too Large)

2013-04-06 Thread Andrew Beaven
Sorry, wrong forum. Reposted in https://groups.google.com/forum/#!topic/google-translate-api/vFfr7lhWz1M On Sunday, April 7, 2013 2:34:04 AM UTC+13, Andrew Beaven wrote: > > Hi there, > > I'm trying to call the Google Translate API using ajax like so: > > var Utils = { >

Google Translate API 414 error (Request-URI Too Large)

2013-04-06 Thread Andrew Beaven
Hi there, I'm trying to call the Google Translate API using ajax like so: var Utils = { > translate: function(message, callback) { > $.ajax({ > type: 'POST', > url: 'https://www.googleapis.com/language/translate/v2', > headers: { "X-HTTP-Method-Over

Re: Google API v2 (Language API) - Access not configured

2013-02-25 Thread Andrew Wyld
I'm having this problem with the Drive API on Android; however, I'm actually more concerned with the fact the Drive API seems to need a client secret on authentication, and the API console no longer has the client secret field. I've inserted a placeholder to prevent the Preconditions class thr

Re: Google blogs RSS vs Blogsearch ajax api (deprecated)

2012-10-05 Thread Andrew Stretton
Thanks for the informative reply. I am sorry for posting in the chat room, I had not seen the reply as I was confused by the sticky threads. What user agent is appropriate for using the feed apis? I have noticed that wget alone causes a permission denied error but lynx browser is successful.

URL missing HTTP: on all example code

2012-10-03 Thread Andrew Latham
At https://developers.google.com/speed/libraries/devguide the urls are all missing the http: and I have now checked a third time to see if I was crazy. -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to goog

Google blogs RSS vs Blogsearch ajax api (deprecated)

2012-10-03 Thread Andrew Stretton
We are interested in building a feed reader using Google Blog search. The feed reader would integrate Google Blogsearch results with results from wider social media and would allow the user to see for example: “What are the most recent blog posts about Hungry Jacks”. The term used would be a

local search

2010-06-28 Thread Andrew
here any way to replicate this functionality in an embedded map? Thank you for your help, Andrew -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-...@googlegroups.com. To un

Re: No results for x. Results for x (without quotes)

2010-05-12 Thread Andrew F
urn a string, no results > found for "search term" > > That's what mine is doing > > On May 11, 4:55 pm, Andrew F wrote: > > > > > > > Hi, > > > I'm using the AJAX API in a Java app to get results for a query in > > quotes. And it

No results for x. Results for x (without quotes)

2010-05-11 Thread Andrew F
ts is important. Is there some way to check for this or turn off the (without quotes) search feature? Thanks, Andrew -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-...@googl

Re: translate document

2009-11-15 Thread Andrew S
e Google's Translator Toolkit (http:// translate.google.com/toolkit/). While not currently accessible via API, and still a little buggy (it's in Beta), it will allow you to translate whole documents quickly and easily. Good luck, Andrew S. www.KingdomTranslate.com -- You received this message be

Re: Google Translate Ajax Api

2009-09-10 Thread Andrew S
t_contents($file_tmp)); This uses a regular expression to look for *nix-Style and Windows- Style carriage returns and newlines. The resulting array can then be sent off to Google via a foreach loop. Hope this helps you! Andrew Steele www.SteeleMacGregor.com - Website Design/Development and Te

Online Chapter on using Web-based Services in Java

2009-06-30 Thread Andrew Davison
ted in the "Networking" section, about 2/3 of the way down the page. Your comments are appreciated. - Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to

Re: Cancelling API

2009-03-05 Thread Andrew Luce Pimcor
OK, Great thanks...I went on a site and created it and then put it into an interface that they had and then realized that they were not at the numbers they said etc. and just worry about what they can do with it... Thanks! A On 3/5/09 9:56 AM, "Ben Lisbakken" wrote: > > An

Re: Help with Slideshow/Feed API

2009-03-05 Thread Andrew Luce Pimcor
Thanks Jeremy! A On 3/5/09 9:35 AM, "Jeremy Geerdes" wrote: > > Yeah, you can do that. You just need to make sure to use the > appropriate options so that the slideshow can resolve the images you > want to use. Check in the documentation: > > http://www.google.com/uds/solutions/slideshow/r

Re: Google map search

2008-09-20 Thread andrew
Many thanks. I think I've fixed it by adding some styles for #mapsearch to those provided by the wizard, which will override the site's style sheet. Styles also needed for #mapsearch a, used for the links in the text which appears on clicking the pointer. On Sep 20, 9:31 pm, "jgeerdes [AJAX AP

Google map search

2008-09-19 Thread andrew
I'm using the Google map search wizard to put a searchable map on a web site; The generated code seems to work fine, except that my own style sheet seems to override the Google styles used in the text which apears when the map pointer is clicked. How can I control these styles or get them to rever