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