Ryan Sizemore
Ryan Sizemore
Add code to allow for including/excluding folders from the sync.
From the GoogleDrive docs: > Additionally, the query parameteracknowledgeAbuse=true must be included to indicate that the user has acknowledged the risk of downloading potential malware. Your application should interactively warn...
Useful in the case when the OneDrive app stops uploading pictures from the phone
Add main settings window. Allow management of the known accounts (Live, Google, etc.). This will necessitate having sync relationships share accounts (and a single place in the code to manage...
Have the option to send email when a sync completed. SMTP config will be done through the "main" settings dialog and individual sync relationships will have a checkbox to enable...
UI should allow the user to set a time when automatic backups wont start. When starting a manual backup, if the time is currently within the "restricted" time frame, show...
Need to add a concept of a limits class that can encapsulate and abstract the limits of the various adapters. MaxTotalFiles, MaxFilesPerFolder, MaxFolders, MaxBytes At the start of a sync...
See API docs.
See item for handling too many requests