I wonder if OneDrive (Office 365) uses the v1 API that Microsoft (say they) retired so has been removed from Dupliacti starting with Release: 2.0.4.3 (canary) 2018-11-13?
@kenkendk, I compared the System Info “backendgroups” and “Backend Modules” between 2.0.4.2 and 2.0.4.4 and it looks like the non-v2 “onedrive” is removed from the “Backend modules” but is still listed in “backendgroups”. Is that supposed to still be there?
Here’s the “backendgroups” for 2.0.4.4 (which is the same for 2.0.4.2):
backendgroups: {
"std": {
"ftp": null,
"ssh": null,
"webdav": null,
"openstack": "OpenStack Object Storage / Swift",
"s3": "S3 Compatible",
"aftp": "FTP (Alternative)"
},
"local": {
"file": null
},
"prop": {
"s3": null,
"azure": null,
"googledrive": null,
"onedrive": null, <-----------------
"onedrivev2": null,
"sharepoint": null,
"msgroup": null,
"cloudfiles": null,
"gcs": null,
"openstack": null,
"hubic": null,
"amzcd": null,
"b2": null,
"mega": null,
"box": null,
"od4b": null,
"mssp": null,
"dropbox": null,
"sia": null,
"jottacloud": null,
"rclone": null
}
}