From c90dc4d4a3bd7ea4f9b5ad91b17e4132df988387 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 2 Jul 2016 13:06:04 +0300 Subject: [PATCH] dropbox: updated urls to API v2 --- motioneye/uploadservices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motioneye/uploadservices.py b/motioneye/uploadservices.py index 1110389..27834a9 100644 --- a/motioneye/uploadservices.py +++ b/motioneye/uploadservices.py @@ -386,8 +386,8 @@ class GoogleDrive(UploadService): class Dropbox(UploadService): NAME = 'dropbox' - AUTH_URL = 'https://www.dropbox.com/1/oauth2/authorize' - TOKEN_URL = 'https://api.dropboxapi.com/1/oauth2/token' + AUTH_URL = 'https://www.dropbox.com/oauth2/authorize' + TOKEN_URL = 'https://api.dropboxapi.com/oauth2/token' CLIENT_ID = 'dropbox_client_id_placeholder' CLIENT_NOT_SO_SECRET = 'dropbox_client_secret_placeholder' -- 2.39.5