Skip to content

Cloud storage methods¤

Mega cloud storage¤

MEGA is a cloud storage and file hosting service offered by MEGA Limited.

from redast import Storage, MegaCloud

email = input()
password = input()
mega = MegaCloud(email=email, password=password, root='mystorage')
storage = Storage(mega)