sdk
sdk copied to clipboard
MEGA C++ SDK
I really like for code I work on to be able to build from outside the work directory. There were some missing reference to include files, so I fixed them.
Could someone assist me building this sdk, I have been wanting to use it for months but I still can't build it, on windows. Every time I try I face...
Hi Authors, I am testing Mega SDK with python bindings. However it crashed with following error $ python megacli.py Mega sample app. Type help or ? to list commands. (Cmd)...
We have an aplication in VB.NET where we use the API “MegaApiCliente” for uploading files, but since the last september 30, the app hasn’t work as usual, it means, isn’t...
I have followed the instructions and got to the point where I have the megafuse executable. I ran it, entered the credentials, however nothing happens - when I go to...
### Current behavior We intercept every request call that goes out of cypress to add an AUTH header to every request. When the header is not attached we get network...
The title itself is pretty explanatory. ``` int main(){ // Initialize API and make login // MyRequestListener is a concrete implementation of SynchronousRequestListener MyRequestListener listener=MyRequestListener(); m->logout(&listener); listener.wait(); } ``` When...
I'm trying to compile de mega sdk with MSYS2 32-bit in Windows 7, and I get this error after calling make: #make make all-recursive make[1]: Entering directory '/d/mega' Making all...
Hello. --- OS: Win10 x64 Pro, IDE: Microsoft Visual Studio Community Edition. --- When building SDK for Windows (x86), using the method described in the Read.me file (https://github.com/meganz/sdk/blob/master/README.md): `cmake -DTRIPLET=x86-windows-mega-staticdev...
When trying to compile I get this: `src/gfx/freeimage.cpp:258:18: error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘skip_to_keyframe’` I think it could be a version mismatch. I am using Arch...