mega.py icon indicating copy to clipboard operation
mega.py copied to clipboard

Python library for the https://mega.nz/ API.

Results 85 mega.py issues
Sort by recently updated
recently updated
newest added

update mega.py to show progress bar when downloading with tqdm

will it be possible to mount a certain folder so that it can be treated as a system disk? I mean it like a similar function in google-colab `drive.mount('/content/gdrive') `

Hello, I'm trying to build an automation to a project of mine - using Mega links of shared files to import the files (and folders) to my account, and to...

Hi, When calling the export method i get a link to undecrypted files ![1036XXL](https://user-images.githubusercontent.com/26529935/116996466-c05bf780-acdb-11eb-9508-460bdcdc09cd.png) I personally think this is because of the copyright popup who you need to accept. I...

The code was creating duplicated folders. I found out that it wasn't correctly checking parents of subfolders and fixed that

When logging in with my email and password I get this: ``` Traceback (most recent call last): File "mega_test.py", line 3, in m = Mega.login("email here", "password here") File "/home/lithium/.local/lib/python3.8/site-packages/mega/mega.py",...

how can i download into an arbitrary file object? i would like to download just the contents of the file, and not actually store them on disk, as that's wasteful...

I would like to login to my mega account and open my cloud drive without having to log in. Is it possible?

Please How Can I Save my Login in account (Save Session) and reuse it Thanks!

there doesnt seem to be 2FA support. is it possible to add it?