diff --git a/Sources/DropboxFileProvider.swift b/Sources/DropboxFileProvider.swift index 1747d40..302f3b0 100644 --- a/Sources/DropboxFileProvider.swift +++ b/Sources/DropboxFileProvider.swift @@ -58,7 +58,7 @@ open class DropboxFileProvider: FileProviderBasicRemote { self.credential = credential self.apiURL = URL(string: "https://api.dropboxapi.com/2/")! - self.contentURL = URL(string: "https://content.dropboxapi.com/2")! + self.contentURL = URL(string: "https://content.dropboxapi.com/2/")! dispatch_queue = DispatchQueue(label: "FileProvider.\(DropboxFileProvider.type)", attributes: DispatchQueue.Attributes.concurrent) operation_queue = OperationQueue()