summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2016-04-24 11:55:06 +0000
committerAlexander Lantsev <aunsane@gmail.com>2016-04-24 11:55:06 +0000
commit79812b0325d58e7954d4aec16aa8dddfec9c5479 (patch)
tree14f43bbd89d64e1dd5190694cbb31d67950b0065 /plugins/Dropbox/src/stdafx.h
parent2c31feb35459e84ac1964030ba46e90038601436 (diff)
Dropbox: fix auth flow
git-svn-id: http://svn.miranda-ng.org/main/trunk@16759 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r--plugins/Dropbox/src/stdafx.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h
index 06c01db459..7f0cdb079f 100644
--- a/plugins/Dropbox/src/stdafx.h
+++ b/plugins/Dropbox/src/stdafx.h
@@ -38,12 +38,12 @@
class CDropbox;
-#define DROPBOX_API_VER "2"
-#define DROPBOX_WWW_URL "https://www.dropbox.com/1"
-#define DROPBOX_API_OLD "https://api.dropboxapi.com/1"
-#define DROPBOX_API "https://api.dropboxapi.com/"
+#define DROPBOX_API_VER "/2"
+#define DROPBOX_WWW_URL "https://www.dropbox.com"
+#define DROPBOX_API "https://api.dropboxapi.com"
#define DROPBOX_API_RPC DROPBOX_API DROPBOX_API_VER
-#define DROPBOX_API_CU "https://content.dropboxapi.com/" DROPBOX_API_VER
+#define DROPBOX_CONTENT "https://content.dropboxapi.com"
+#define DROPBOX_API_CU DROPBOX_CONTENT DROPBOX_API_VER
#define DROPBOX_APP_KEY "fa8du7gkf2q8xzg"
#include "..\..\..\miranda-private-keys\Dropbox\secret_key.h"