We received automated requests, such as scraping and prefetching. Automated requests are prohibited; all requests must be made as a result of an end-user action.
Your website charges users. All websites or apps which use Google APIs must be free of charge.
Your website caches or stores results. Caching or storing results is allowed in some APIs. Please review the Terms of Use for the API(s) you are using for specific caching policies.
Your website does not supply a proper attribution. The Terms of Use require all users to supply the proper attribution with all search results.
Your website uses the RESTful interface, but does not include a valid HTTP referer. The API requires a valid referer.
Running translate by hand in a terminal would be okay by that description, but if you wanted to use that function to automate anything, that would definitely be a violation.
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
You can run the Google Translate AJAX API via an automated program; but you must follow the Google TOS. The TOS has specific requirements such as (1) the HTTP referrer field must be present in all API calls and (2) the client must have an API key (from Google) and (3) the client site must have attribute the translation to Google, etc etc.
We used to run this same API on this site and have a lot of coding experience with it.
If all you do is fake a referer, google would be within their rights to block you or worse. I'm not sure it'd even work, anyway. There's ways other than referrers to check if you're a person instead of a script.
I am getting SSL_ERROR_SYSCALL in connection to qa-api.ncl.com:443. Please help me on this. But I am able to get response in Soap UI.
Please use CODE tags when displaying sample input, output, and code segments. (13 Replies)
Hi,
I have wget for linux but I'm having trouble using it. I am trying to use it with a HTTPS connection to save cookies but it doesn't works.
I do:
wget --save-cookies=cookies.txt --post-data... (2 Replies)
Hello there,
I have of recent been having overbearing problems with my Linux computer when accessing servers via FTP. The server behaves rather erractically and refuses to complete uploads, merely stalling the transfer for an unpredictable amount of time, which can stem from being either 5... (2 Replies)