Compress Android SMS, MMS and call logs created by SMS Backup
SMS Backup & Restore is an excellent tool to back up text messages from your phone to Google Drive. Unfortunately drive space will get eaten up by progressively larger and larger backup files. This tool was written for personal use to reclaim drive space by compressing and replacing the uncompressed files on Google Drive.
Read:
- https://developers.google.com/drive/api/quickstart/python
- https://developers.google.com/resources/api-libraries/documentation/drive/v3/python/latest/drive_v3.files.html
- Download credentials.json from https://console.cloud.google.com/apis/credentials
pipenv install
pipenv run python3 compress.py
- https://www.synctech.com.au/sms-backup-restore/
- https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore
- File not found error for credentials.json
- For cli development update credentials.json to
"redirect_uris": []