Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added support for SharePoint document libraries to the ODB backend. Used the same format as for Team Drives in GCD, so odb://DRIVEID@path/to/storage, where DRIVEID is in the format "b!xxxxxxx". If not using @ in the odb:// storage specification the behaviour should be exactly the same as before, so there are no changes to existing setups.
No to minimal changes needed for the GUI as pathspec can go into the existing field (filtering may need to be adjusted).
This pull request is built on top of custom_odb_creds PR - not because they have dependencies on each other (they don't), but because they modify the same files so merge would have been non-trivial.