sdk
sdk copied to clipboard
MEGA C++ SDK
Both of the Python example files don't seem to work completely. Logging in, fetching nodes, getting account details, getting contacts, and even creating a folder works without any issues for...
FFMpeg removed AV_CODEC_CAP_TRUNCATED and CODEC_CAP_TRUNCATED definitions and now I can't build MegaSync with this error: ``` mega/src/gfx/freeimage.cpp: In member function 'bool mega::GfxProviderFreeImage::readbitmapFfmpeg(mega::FileSystemAccess*, const mega::LocalPath&, int)': mega/src/gfx/freeimage.cpp:215:23: error: 'CODEC_CAP_TRUNCATED' was not...
We are using mega to build our file storage system. But there is no suitable golang SDK for us. We really hope that mega team to do some more work...
I have this errors: error: 'using mega::NodeManager::MutexType = class std::recursive_mutex' {aka 'class std::recursive_mutex'} has no member named 'owns_lock' ``` [ 58%] Building CXX object CMakeFiles/SDKlib.dir/src/nodemanager.cpp.o /usr/bin/g++ -DSDKlib_EXPORTS -I/var/lib/notamock/rpmbuild/BUILD/MEGAsync-4.11.0.0_Linux/src/MEGASync/mega/include -I/var/lib/notamock/rpmbuild/BUILD/MEGAsync-4.11.0.0_Linux/src/MEGASync/mega/build -I/var/lib/notamock/rpmbuild/BUILD/MEGAsync-4.11.0.0_Linux/src/MEGASync/mega/include/mega/posix...
I'm testing the MegaSDK with the megasimplesync sample app. Megasilmplesync logs in, creates a new session, creates cache files in the directory where it was started and starts syncing. If...
This is a PR which adds the flag --enable-go to configure which builds SWIG golang bindings. The api has some oddities given that many function just take interface{} types, but...
These headers are needed to build MEGAcmd.