FilePathCantHaveRegex
A regular expression to choose the files to synchronize from Google Drive. If the full path of a file matches the regular expression, the file is not ingested. Paths are constructed by concatenating folder names with the file name (separated by a forward slash).
| Type: | String (regular expression) |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | FilePathCantHaveRegex=folder_to_exclude/.*
|
| See Also: | FilePathMustHaveRegex |