Mega-Java
Mega-Java copied to clipboard
Add upload support
Can you add the upload support?
Would be great!
With the official 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 to this issue as "enhancement" if someone want to develop the upload function.
@Ale46 I don't think this project is really deprecated. Mega didn't create any Java SDK, so this project could be intended to be a wrapper.
I tried to add it but I don't understand the encryption.. Maybe you can add it?
Waiting for upload feature soon! I agree with @David since mega does not provide Java SDK
@cosecantt you should take a look at the official mega sdk that recently added java bindings (with upload support, obviously).
Yes, I'm using the official mega sdk. It's working good.
@Ale46 do you know if anyone has gotten their official SDK working on Android?
@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 for Android, so I think that their SDK should work, also, for this platform.
@Ale46 thanks for the link, that should work.
Hello @Ale46 Any news on this feature?
am I wrong but is the SDK not only C++ based? I started t write a java backup tool and planning to use MEGA as a target, the same way I did it with the bash backup script using mega-cmd. Has Mega drop support for Java?
am I wrong but is the SDK not only C++ based? I started t write a java backup tool and planning to use MEGA as a target, the same way I did it with the bash backup script using mega-cmd. Has Mega drop support for Java?
Well, there is a Java example but I didn't try it https://github.com/meganz/sdk/tree/master/examples/java
I doubt they keep example of removed API methods
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 api would be really convenient but at the same time I don't want to put some extra effort in something that, in some way, is already available and officially supported.
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 api would be really convenient but at the same time I don't want to put some extra effort in something that, in some way, is already available and officially supported.
No worries! I understand your point. Thanks for your hard work on the previous updates