owncloud / ios-app

📱The all-new iOS app for ownCloud
https://owncloud.org/news/new-ios-app-ready-public-app-store/
GNU General Public License v3.0
213 stars 121 forks source link

Copy files between different storage providers #361

Open jesmrec opened 5 years ago

jesmrec commented 5 years ago

This comes from release 1.0.0

In Files App, with two oC accounts attached:

  1. From one account select a file and Move
  2. As target folder, select the root of the other account
  3. Do the same, selecting as target a non-root folder

Current:

  1. File is copied, not moved.
  2. Error raised:

Screenshot 2019-04-09 at 17 45 52

Here we can check some @felix-schwarz comments:

https://github.com/owncloud/ios-app/issues/237#issuecomment-483163528

michaelstingl commented 5 years ago

Move to another storage is not usual. Copying is okay. We just shouldn't confuse the user.

michaelstingl commented 5 years ago

@felix-schwarz quick thing to fix?