Anyone else experiencing issues with the .net-client for google translate? It seems to be working properly as long as the strings i try to translate are short enough to fit within a GET-request. But when they exceed that and the client tries to do POST-request instead the server returns a http status 404.
With GET-requests it uses: https://www.googleapis.com/language/translate/v2
But with POST-requests uses www.googleapi.com/language/translate/v
If i try to manually go to POST-url in a browser I receive a 404 as well. Bug in the client?
Edit: Found that this was already reported as a bug in their bug tracker a couple of days ago. Due to be included with the next release for the dotnet-client. http://code.google.com/p/google-api-dotnet-client/issues/detail?id=455&can=1&q=translate&colspec=ID%20Type%20Component%20Status%20Priority%20Milestone%20Owner%20Summary