๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage
๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage
Does stringstream store the data after you call ``` client.FilesGet(url, &contents);``` or does the transfer begin after you begin reading the stream ? I'd like to try another way to...
I see, nice explanation also. Thanks for that. I will try implementing this when my app is nearly complete. Maybe I'll even create a PR if it works well. EDIT:From...
I think having a callback through the libcurl progress interface would work. Maybe just exposing libcurls progress bar interface so the user can set his own callbacks.
I think this can be achieved by converting distance travelled to steps equivalents or by accessing the devices health data like iOS, not sure if this is supporting android though.
This issue occurs when I try uploading a custom encrypted file. An example file is this. Please extract and try uploading with the sdk, [kpgWCCpKBM.zip](https://github.com/meganz/sdk/files/3907520/kpgWCCpKBM.zip)
```[][info] D:\programming\bak\neon_service\mega\sdk\src\megaapi_impl.cpp:15539 Request (SET_MAX_CONNECTIONS) starting [][info] D:\programming\bak\neon_service\mega\sdk\src\megaapi_impl.cpp:15571 Request (SET_MAX_CONNECTIONS) finished [2019-12-01 14:18:16.641071] [0x00004224] [trace] DEFAULT REQEST [2019-12-01 14:18:16.646067] [0x000038ec] [trace] Starting upload of:MTK_AllInOne_DA.bin [][info] D:\programming\bak\neon_service\mega\sdk\src\megaapi_impl.cpp:16104 Transfer (UPLOAD) starting. File: 7SbhqdQJbD.enc...
That is not an encrypted file It keeps restarting
Hi, Thanks for replying. I's an app i'm making with mega, somehow I cannot manage to upload files using this code. ```cpp megaApi->startUpload(current_file.c_str(), node, target_name.c_str()); ```
I use the latest curl from the official github page. This error has been on my app for almost half a year, I've never managed to fix it. It occurs...
I think it has something to do with transfer size chunking between mega and curl Try using the above method to upload a file of size >393,216 bytes