From 32e4291aef12cf191c0e884379d20f692e1a3fea Mon Sep 17 00:00:00 2001 From: Ryan Pearl Date: Wed, 11 Nov 2015 17:04:07 -0800 Subject: [PATCH] Fix longpolling host --- Source/DropboxClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DropboxClient.swift b/Source/DropboxClient.swift index 79a6f02f4..6ff1d575b 100644 --- a/Source/DropboxClient.swift +++ b/Source/DropboxClient.swift @@ -77,7 +77,7 @@ public class DropboxClient : BabelClient { self.init(accessToken: accessToken, baseApiUrl: "https://api.dropbox.com/2", baseContentUrl: "https://api-content.dropbox.com/2", - baseNotifyUrl: "https://api-notify.dropbox.com") + baseNotifyUrl: "https://notify.dropboxapi.com/2") } } public class Dropbox {