Grégoire Pailler

Results 30 comments of Grégoire Pailler

No, I didn't yet. My current usage is to activate and use all plugins but I understand people maybe want only one of them. Can be a good enhancement

What do you mean by 'import a public uri'? You can download a file from a public URI with the following code: ```csharp var client = new MegaApiClient(); client.LoginAnonymous(); Uri...

Ok thanks for the details. It's definitely a feature request!

@ptrsuder Do you think you can provide a PR ? Thanks 🙏

Thanks for the report. Let's plan this feature for the next release Thanks

I plan to investigate the actual behavior in the web client to 'maybe' discover a new API (or at least use the same way)

@Sergio0694 What do you think about this new API? https://github.com/gpailler/MegaApiClient/blob/66331a95df277df2f27e96e58acead9588378620/MegaApiClient/Interface/IMegaApiClient.cs#L56-L77

Hi @fiju-zz . I don't have a lot of time to implement new features in MegaApiClient at the moment and PR are welcome but I keep this issue open as...

The scope of this task is a big refactoring of the download/upload part to allow parallel chunk download/upload. We should be able to: - [ ] Seek in a stream...

I rechecked the example from https://github.com/Inumedia/SlackAPI/wiki/Examples and it's working properly. Could you post your code?