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

downloading to bytesio

Open Ykulvaarlck opened this issue 3 years ago • 0 comments

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 for a file i will only temporarily inspect in-program. i cannot seem to supply any file handle to any of the methods because they all expect file paths local to the disk, instead of file objects.

Ykulvaarlck avatar Apr 05 '21 15:04 Ykulvaarlck