Lets you store unlimited files to cloud for free
AirDrive AirDrive lets you store unlimited files to cloud for free. Upload & download files from your personal drive at any time using its super-fast API. Installation pip install airdrive Import from airdrive import AirDrive Creating New Drive drive = AirDrive.create(username: str, password: str) Logging In drive = AirDrive.login(username: str, password:str) Methods files returns list of file names existing in the drive download(file_name: str) downloads file from the drive download_all downloads all files from the drive upload(local_file_path: str, remote_file_name: str) […]
Read more