mega.py
mega.py copied to clipboard
Undecrypted files in shared folder
I try to upload files and generate link:
fold = m.find(foldpath)
m.upload(local_filepath, fold[0])
megalink = m.export(foldpath)
Have working link, but files in folder turn out not decrypted.
Link, created manually working ok.
If try to see this files by logged user - ok.
Any idea why this error appears in the links generated by the library, the same thing happens to me.