Skip to content
/ fdsi Public

Find/Fix Dropbox Sync Issues - find issues with files/folders that may prevent Dropbox from syncing correctly

License

Notifications You must be signed in to change notification settings

corelan/fdsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fdsi

Find/Fix Dropbox Sync Issues - find issues with files/folders that may prevent Dropbox from syncing correctly

According to Dropbox' documentation (https://help.dropbox.com/files-folders/sort-preview/file-names), certain conditions may prevent Dropbox from syncing files/folders correctly. This script will attempt to discover

  • invalid characters
  • long file paths
  • space at end of filename, before the extension

Usage

Run python3 fdsi.py

By default, the script will process the current (working) directory.

Arguments

  • -p <path> Specify the starting folder. fdsi will process this folder and all subfolders. You have to specify a full (absolute) path
  • -l <number> Specify the maximum path length. Set to 260 by default.
  • -v Show verbose information.
  • -h Show the help.

About

Find/Fix Dropbox Sync Issues - find issues with files/folders that may prevent Dropbox from syncing correctly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages