MegaApiClient 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MegaApiClient --version 1.3.0
                    
NuGet\Install-Package MegaApiClient -Version 1.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MegaApiClient" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MegaApiClient" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="MegaApiClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MegaApiClient --version 1.3.0
                    
#r "nuget: MegaApiClient, 1.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MegaApiClient@1.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MegaApiClient&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=MegaApiClient&version=1.3.0
                    
Install as a Cake Tool

MegaApiClient library gives full access to Mega.co.nz API. You can manage filesystem and download/upload files

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on MegaApiClient:

Package Downloads
GLV.Shared.Storage.MEGA

Avoid using if you're not affiliated with us! No public documentation or source code is provided for this!

CloudFS-Signed

The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services.

CloudFS

The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services.

AspNetCore.HaelthChecks

Package Description

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on MegaApiClient:

Repository Stars
duplicati/duplicati
Store securely encrypted backups in the cloud!
PhilippC/keepass2android
Password manager app for Android
IllusionMods/KKManager
Mod, plugin and card manager for games by Illusion that use BepInEx
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
ShareX/XerahS
XerahS is a cross platform reimagining of the ShareX user interface built with Avalonia. It targets modern UX modular architecture and long term maintainability while preserving core workflows speed and reliability. It provides a foundation for future desktop experiences on Windows, macOS, and Linux with consistent accessible design.
fireshaper/Omnibus
Search for and download comics that are added to GetComics.info easily
KiKiHUN1/Mega-Schematics-Downloader
Fergs32/DevilsEye
C# - Opensource OSINT program, using google dorking methods, free api's and much more.
Version Downloads Last Updated
1.10.5 12,087 9/10/2025
1.10.4 130,625 1/21/2024
1.10.3 50,952 10/16/2022
1.10.2 45,973 11/24/2021
1.10.1 1,338 11/22/2021
1.10.0 3,454 11/11/2021
1.9.0 18,910 3/21/2021
1.8.2 10,222 8/16/2020
1.8.1 3,857 5/3/2020
1.8.0 3,881 4/7/2020
1.7.1 41,851 1/8/2019
1.7.0 2,460 11/21/2018
1.6.3 24,293 4/5/2018
1.6.3-master-409 3,304 3/13/2018
1.6.2 3,028 1/22/2018
1.6.1 5,255 10/2/2017
1.6.0 15,360 8/20/2017
1.5.0 2,965 5/21/2017
1.3.1 13,590 11/7/2016
1.3.0 3,481 11/5/2016
Loading failed

- FEATURE REQUEST (#45) Added Rename(INode node, string newName) method
- FEATURE REQUEST (#41) Added an option to specify a packsize to merge multiple chunks in a single upload (default 1MB)
- BUG (#46) Calling GetDownloadLink on a folder returns an error.