rclone/backend/filefabric
Nick Craig-Wood 257f5d279a filefabric: fix directory move after API change #5734
The API has changed in the directory move call JSON response from
returning a TaskID as a string to returning it as an integer. In other
places it is still returned as a string though.

This patch allows the TaskID to be an integer or a string in the JSON
response and keeps it internally as a string like before.
2021-10-22 12:58:00 +01:00
..
api filefabric: fix directory move after API change #5734 2021-10-22 12:58:00 +01:00
filefabric.go filefabric: fix directory move after API change #5734 2021-10-22 12:58:00 +01:00
filefabric_test.go filefabric: Implement the Enterprise File Fabric backend 2020-11-25 21:11:29 +00:00