Results 49 comments of Grégoire Pailler

@SebaldJ, `--usagePage ff43` should be added on Windows to properly drive the light as described on this [post](https://www.reddit.com/r/LogitechG/comments/sacz2x/comment/hyfx2xo/?utm_source=share&utm_medium=web2x&context=3). I wrote a Powershell script to drive the light on Windows: https://gist.github.com/gpailler/9e9725b022923ec69dfd8190da97236b

Hello, Could you try the latest [1.10.3](https://github.com/gpailler/MegaApiClient/releases/tag/v1.10.3) release (available on Nuget). This issue should be fixed by https://github.com/gpailler/MegaApiClient/pull/213

Hello It's a known limitation and I actually don't know how it can be fixed. The workaround is to call GetDownloadLink() after the uploads to have all the files accessible

Hi, It's a long time since you reported this issue. Were you able to fix it?

This issue was reported in #224 but I have no clue why it's happening to some users only.

I never saw this error. Do you call the Logout() method in your code after a session?

Progression on GetNodes is not available as it's just a big chunk of json retrieved in a single POST call. If you really need progression, you can implement your own...

I implemented recently `DownloadFileAttribute()` but its counterpart doesn't exist. I will check if it can be done in the next version of the library

Hello, I'm not able to reproduce the issue you described with the following test ```csharp [Theory] [InlineData("https://mega.nz/file/B7BnxarD#pt_9ebHpGvzCi3LBVVfBcudIys7mZGma_wHHquWTEkE")] public async void GetNodeFromLinkAsync_Succeeds(string fileLink) { var instance = new MegaApiClient(); await instance.LoginAnonymousAsync();...

The link references a folder so you should use GetNode**S**FromLink() method instead. I will update the library to throw a meaningful exception when GetNode(s)FromLink are called with incorrect url