-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google DLL Version Mismatch #24
Comments
There is no error for importing data from google spreadsheet even in a few hour before on my side. Could you leave here what errors are that? And yes, no update for that DLLs during over 2 years. I'll look into that problem and check the version. |
I made the branch fix/google-data-api for this issue and committed all necessary dlls with the version 2.2.0.0. Saying again, no problems on my side so it would be appreciate if you can test that branch on your side. And let me know that it works. Cheers, -Kim |
It seems to be fixed and works perfectly with no errors for me. I appreciate the quick fix! Thanks for the awesome tool. |
Fix for the issue #24. Updated Google Data APIs with version 2.2.0.0
The Google.GData.Client.dll has not been updated for 2 years while all the other dlls have been updated 11 months ago. Downloading and using this project in its current state creates a version mismatch error between the Client.dll and the Spreadsheets.dll. The Client.dll is Version 2.1 while the others are 2.2+
The text was updated successfully, but these errors were encountered: