Fix registering watch callback
This commit is contained in:
parent
6882dd925f
commit
51bd888765
|
@ -1195,7 +1195,7 @@ def google_drive_callback():
|
||||||
@admin_required
|
@admin_required
|
||||||
def watch_gdrive():
|
def watch_gdrive():
|
||||||
if not config.config_google_drive_watch_changes_response:
|
if not config.config_google_drive_watch_changes_response:
|
||||||
address = '%scalibre-web/gdrive/watch/callback' % config.config_google_drive_calibre_url_base
|
address = '%sgdrive/watch/callback' % config.config_google_drive_calibre_url_base
|
||||||
notification_id=str(uuid4())
|
notification_id=str(uuid4())
|
||||||
result = gdriveutils.watchChange(Gdrive.Instance().drive, notification_id,
|
result = gdriveutils.watchChange(Gdrive.Instance().drive, notification_id,
|
||||||
'web_hook', address, gdrive_watch_callback_token, current_milli_time() + 604800*1000)
|
'web_hook', address, gdrive_watch_callback_token, current_milli_time() + 604800*1000)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user