Error in path with django-storages with dropbox
问题 This is my settings code DEFAULT_FILE_STORAGE = 'storages.backends.dropbox.DropBoxStorage' DROPBOX_OAUTH2_TOKEN = "my token" DROPBOX_ROOT_PATH = "Apps/Djangoproject" The error i am getting while uploading a image: ValidationError: did not match pattern '(/(.|[\r\n])|id:.)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)' how to solve this issue? Anyone know how to solve this issue? 回答1: You're supplying a path of "Apps/Djangoproject" , and the error is indicating that it does not match the expected path