I'm trying to do a simple mac app that can interact with google drive sdk, but it seems that mono can not load or find the assembly. I'm sure I've all the dlls referenced in the project and they're in the output folder.
Haven't tried with mono on windows, but i've tried the same code with .net in windows and it works. I've read something about libgdata-cil-dev here, but I do not have any idea how to install that on a mac
Yay!
It's compiling. What I did?
Well first of all I tried with the QuickStart Sample Code and it failed.
I downloaded the source from http://code.google.com/p/google-api-dotnet-client/wiki/Downloads?tm=2
And copy the files in my project
Removed the dependencies
Add a reference to
And it Built!!!