sdk
sdk copied to clipboard
MEGA C++ SDK
Hi MEGA developers, After reading through the code and the examples, I found MEGA SDK currently only supports importing a shared file but not a folder. Is there (or will...
The README says libsodium is an optional dependency. The sodium headers are unconditionally included by the mega sdk though [1]. [1]: https://github.com/meganz/sdk/blob/master/include/mega/types.h#L74
Since https://github.com/meganz/MEGAcmd/issues/451 also applies to MEGA SDK, rebroadcasting the issue for visibility. To summarize, building MEGAcmd git master on Raspberry Pi 4 running Raspbian 10 fails (``undefined reference to `__atomic_load_8'``)...
Hi! I am developing some project and I want to allow users to upload their content to Mega.nz. In this case I don't want users to share their mega.nz credentials...
I attempted to build sdk on Ubuntu 16.04, but I got some errors as followed. The configuration worked well. ```shell ./configure --enable-java --enable-debug --with-java-include-dir=/usr/lib/jvm/java-8-openjdk-amd64/include ``` But I saw some errors...
When building 3rdParty Libraries (..\..\sdk\contrib\cmake\build3rdparty.cmd -o x86-windows-mega) , the error is: -- Extracting source D:/Cpp/Lib/mega/3rdParty/vcpkg/downloads/icu4c-61_1-src.tgz -- Applying patch D:/Cpp/Lib/mega/3rdParty/vcpkg/ports/icu/disable-escapestr-tool.patch -- Applying patch D:/Cpp/Lib/mega/3rdParty/vcpkg/ports/icu/remove-MD-from-configure.patch -- Applying patch D:/Cpp/Lib/mega/3rdParty/vcpkg/ports/icu/fix_parallel_build_on_windows.patch -- Using source...
Hello! I have a problem with TLS 1.3 version because it does not work with a VPN that installs a local certificate on the device. I explain the inconvenience; In...
I am trying to build the SDK on OpenBSD but have run into a few issues building. include/mega/posix/megafs.h requires adding __OpenBSD__ to where FreeBSD is. src/http.cpp OpenBSD does not have...
I have tried using both Windows and Linux and used endless hours (10h+) reading and trying to comprehend why is not this working. On Windows I downloaded the prebuilt library...
Prebuilt libraries link for Android here is dead: https://github.com/meganz/sdk/blob/develop/examples/android/ExampleApp/README.md Also please include x86-64 version of libmega.so - I have tried building libraries myself using guide but script fails at random...