abraunegg-onedrive/src
abraunegg 6b20478635
Fix 'Item cannot be deleted from OneDrive because it was not found in the local database' (#1354)
* When in --monitor mode, and there are multiple driveId being used (shared folders), when a deletion event occurs, search the DB using all the known driveids rather than just the default one. When using just the default driveid, if the file to be deleted resides on another drive, the following error message is printed: 'Item cannot be deleted from OneDrive because it was not found in the local database' - which is not entirely accurate as the item is in the database, it is just not being searched for correctly.
2021-03-19 17:29:55 +11:00
..
notifications deal with unavailable dbus server (Issue: #365) 2019-01-30 17:34:07 +09:00
config.d Remove depreciated config option 'force_http_11' (#1323) 2021-03-08 07:17:48 +11:00
itemdb.d Search all distinct drive id's rather than just default drive id for --get-file-link (#1230) 2021-01-20 19:46:56 +11:00
log.d Update logfile output spacing (#944) 2020-06-05 06:00:42 +10:00
main.d Fix 'Item cannot be deleted from OneDrive because it was not found in the local database' (#1354) 2021-03-19 17:29:55 +11:00
monitor.d Remove duplicate code for error output functions and enhance error logging output (#1170) 2020-12-09 14:18:16 +11:00
onedrive.d Use 'nextLink' value if present when searching for specific SharePoint site names (#1329) 2021-03-13 05:11:44 +11:00
progress.d Update progress bar to be more accurate when downloading large files (#888) 2020-04-26 06:52:29 +10:00
qxor.d Fix module std.digest.digest is deprecated (#916) 2020-05-12 10:50:36 +10:00
selective.d Fix 'sync_list' path handling for sub item matching (#1317) 2021-03-05 09:15:44 +11:00
sqlite.d Resolve issues identified by Valgrind (#910) 2020-05-20 11:37:11 +10:00
sync.d Fix 'Item cannot be deleted from OneDrive because it was not found in the local database' (#1354) 2021-03-19 17:29:55 +11:00
upload.d Remove duplicate code for error output functions and enhance error logging output (#1170) 2020-12-09 14:18:16 +11:00
util.d Correctly handle files which contain '%' as invalid files (#1343) 2021-03-15 16:24:55 +11:00