MegaApiClient icon indicating copy to clipboard operation
MegaApiClient copied to clipboard

MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.

Results 36 MegaApiClient issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I would like to request for the ability to import a public uri into an account. I've been trying to do it on my own, but I am really lost...

enhancement

**Description**: Since MEGA supports duplicate files with the same name, it'd be useful to have an API that would upload/update a file, making sure that a duplicate is not created....

enhancement

Are there any plans to support copying files like MEGAcmd do? ` **cp** srcremotepath [srcremotepath2 srcremotepath3 ..] dstremotepath|dstemail:: **Copies files/folders into a new location (all remotes)**`

enhancement

Changes are required in MegaApiClient.cs and MegaAesCtrStream.cs to be able to upload or download only a specific chunk and to allow parallel download/uplload Related to #40, #44, #54, #71

enhancement

**Description**: I would like to just receive the thumbnail url but not actually have to download it. Is that possible at all? I couldn't find any method to do that....

stale

Fixes #211, allowing to handle compressed responses from Mega API. I was unable to run some automated tests - I noticed that some of them are integrated externally with Mega...

**Description**: Unable to use a simple `client.GetNodes()`. It worked fine one week ago for last year and even more. **Actual Behavior**: Client is logged in. When we try to GetNodes(),...