Skip to content
Googleplex edited this page Apr 4, 2021 · 4 revisions

Configuration

STORAGE

Append Mega

MEGA_USER

Login email

MEGA_PASS

Login password

Encoding Issue

Due to unknown reasons, there're encoding issues with special filenames (e.g.:special or full-width characters) on MEGA. These filenames may be wrongly displayed on MEGA Android & iOS clients, and cannot be synced through MEGASync. However, MEGA Web client can handle these files correctly, so to solve this problem, do the following:

  1. Create a temporary directory and set STORAGE_DIR to it
  2. Periodically log into MEGA Web client
  3. Copy all files from temporary directory to archive directory (Do not use move)
  4. Delete files in temporary directory
  5. Problem solved

Of course you can modify filename format to avoid this problem

Troubleshooting

After updating STORAGE_DIR, you need to delete the destination entry of MEGA document from database for it to take effect.

Clone this wiki locally