|
-
Dec 24th, 2008, 06:01 AM
#1
Thread Starter
Fanatic Member
Will Google sue me ?
Hello and Merry Christmas to all !
i have developed an application that i want to distribute via the web.
One feature of this application uses Google Translate website , without
the programming api, in order to translate text.
I use a simple webbrowser control , post the request and parse the results
, for a list of text to be translated ,every 4 seconds.
The application works ok because i do not send the requests too quickly and i do not get the screen from Google that says that too many requests have been done in too little time.
The problem is that this application is commercial and i want to distribute it via the internet.
Do you think that Google will get annoyed and sue me because i do not use
their programming api but instead use the free webbrowser control to handle my requests ?
Thanks !
Alex
-
Dec 24th, 2008, 06:10 AM
#2
Re: Will Google sue me ?
No! However, state that the program accesses the Google translation site by sending the messages to it.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Dec 24th, 2008, 07:56 AM
#3
Re: Will Google sue me ?
I don't think they would, just think what changes you would have to adopt if the Google translate service were to change, your parser would no longer work!>+!MDDJ
ILMV
-
Dec 24th, 2008, 11:53 AM
#4
-
Dec 26th, 2008, 09:12 AM
#5
Frenzied Member
Re: Will Google sue me ?
How much does the API cost? While im sure google will not mind your current service it looks very bad when an application breaks due to a change in service as ILMV has stated.
-
Dec 26th, 2008, 05:02 PM
#6
Re: Will Google sue me ?
Perhaps readinghteir T&C's???
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Dec 29th, 2008, 10:29 AM
#7
Re: Will Google sue me ?
What you're doing is bad. If your application gets enough hits Google can completely block its access and then all of your customers are screwed out of a feature you promised them.
I would suggest looking at the Google Ajax Language API. It's free. It's faster than what you're currently doing and it's safer for your customers. Since this is an Ajax API you may need to find another interface to it if you're building a Windows application but I believe those are available (there is an interface available for Java that you could probably take apart and implement in C#).
Another option if you're building a Windows application is to find a component and buy it that can translate text for you. This way your customer isn't constantly accessing the Internet just to translate things.
-
Dec 30th, 2008, 02:39 AM
#8
Re: Will Google sue me ?
What happens if you dont have an internet connection?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|