You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#80 - Error when uploading file > 2GB
MegaApiClient was not able to upload files with a size greater than int.MaxValue.
#87 - IEnumerable<INode> GetNodesFromLink(INode) was returning only first level nodes.
Now the method returns all nodes (folders, subfolders and associated files).
The parent node has the type NodeType.Root
#96 - Unable to login with a password containing non ASCII characters
Non ASCII characters in the password were not converted as expected by Mega.nz
Changes:
#89 - Added void Login() method without argument as an alias for void LoginAnonymous()
#90 - Added .Net46 build to avoid using .NetStandard version and all dependencies when building an application targeting .Net46 (ShareX request)
Added INode.ModificationDate (INode.LastModificationDate was the creation date on previous releases). INode.CreationDate replaces INode.LastModificationDate
Fixed Upload stability by handling upload failures
Added API logout call when calling IMegaApiClient.Logout
Features:
Improved Download/Upload speed. At least x3 is expected (#50)