astrikos / wetransfer-python-sdk

:snake: A Python SDK for WeTransfer's Public API
GNU General Public License v3.0
3 stars 1 forks source link

Send b64 memonry encoded file #1

Open ArthurReinhart opened 6 years ago

ArthurReinhart commented 6 years ago

I have files stored in a database, well they are not actually on the db, but i have no direct access to the files so i have them in b64, is there any way to transfer them? should i store them in another path in the file system just to send them with add_items?

astrikos commented 6 years ago

Hey @ArthurReinhart , sorry for the long delay. For now I don't have any plans to add support for that. But I see your point and I would welcome any PR. In the meantime I guess the way for you would be to store them in the file system as you said and upload them afterwards.