You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.
openSuse Tumbleweed, RcloneBrowser 1.2, Qt 5.12
Drag and drop from Dolphin to a GoogleDrive account in RcloneBrowser works properly.
Drag and drop from Dolphin to a dropbox account in RcloneBrowser gives the following error:
"Failed to copy: json: cannot unmarshal object into Go value of type string"
The text was updated successfully, but these errors were encountered:
If you drag a file from Dolphin to the "root" directory on a Remote, in the Upload window the Destination shows up as RemoteName:. Note the period after the semi-colon in the location. What happens when you Run the job depends on the kind of account.
GoogleDrive: the job runs and a folder named "." is created where the file is then stored.
Dropbox: running the job throws the above error.
Work-around: if I remove the period after the semi-colon in the Destination location, the file uploads to the correct location on both GoogleDrive and Dropbox. Kind of a pain to have to do that for each file, but it works.
Also, does drag and drop only work for one file at a time by design? It would be helpful to be able to drag and drop multiple files to the same location on the Remote.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
openSuse Tumbleweed, RcloneBrowser 1.2, Qt 5.12
Drag and drop from Dolphin to a GoogleDrive account in RcloneBrowser works properly.
Drag and drop from Dolphin to a dropbox account in RcloneBrowser gives the following error:
"Failed to copy: json: cannot unmarshal object into Go value of type string"
The text was updated successfully, but these errors were encountered: