jasminb / megastoragemanager

Android application providing sync and data management tools for mega cloud storage
5 stars 2 forks source link

Change local folder creation approach for sync from cloud to mobile #7

Closed ja02 closed 9 years ago

ja02 commented 9 years ago
  1. Create a folder Folder1 in the cloud, with a single file File1.txt containing an arbitrary text.
  2. Create a sync from cloud to mobile from cloud folder Folder1 to a local folder /storage/sdcard0/MEGA/LocalFolder1.
  3. Wait for the sync to complete (or trigger manually).

In app version 2.0.5, the file File1.txt is downloaded to /storage/sdcard0/MEGA/LocalFolder1/Folder1. It would be better if the file were downloaded to /storage/sdcard0/MEGA/LocalFolder1 instead (that is, the relative path in the cloud would not be added to the local path).

ja02 commented 9 years ago

Solved in 2.1.0-test1.

ja02 commented 9 years ago

Solved in 2.1.0-test1.