You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: