Ale46
Ale46
For this specific case I just added an user on the [website](mega.co.nz) and then analyzed the flow of request/response through the chrome dev tool (something like fiddler, charles, burp, etc....
With the [official sdk](https://mega.co.nz/#sdk) released by Mega this project is deprecated so adding new features is pretty useless. A java wrapper should be written instead. Anyway I set the status...
@cosecantt you should take a look at the official mega sdk that recently added [java bindings](https://github.com/meganz/sdk/tree/master/bindings/java/contrib/vs2010) (with upload support, obviously).
@mntgoat I don't have a certain answer for your question because I never used their SDK in an Android app. Anyway they have an [example app](https://github.com/meganz/sdk/tree/master/examples/android) for Android, so I...
Hi @LoneDev6, with the bindings provided by the official mega SDK, I lost interest to keep developing this library. I agree that having a "pure" Java solution of the mega's...