https://github.com/gpailler/MegaApiClient
https://gpailler.github.io/MegaApiClient/articles/samples.html#upload-a-file-to-your-mega-account-and-retrieve-public-download-link
void Main()
{
var client = new MegaApiClient();
client.Login("
[email protected]", "passw0rd");
IEnumerable<INode>...