-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Upload DB files to the Cozy instead of sending them by email
In previous commit we implemented a mechanism to send DB files by email as attachments This would not work because DB files may be bigger than most common email providers' size limit So instead of sending them as attachment, we now upload them in the Cozy, we create a sharing link and then we send this sharing link by email The folder used for the upload is `Settings/AALogs/<datetime>` s
- Loading branch information
Showing
2 changed files
with
51 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters