Add supportAllDrives=true parameter to GDrive notifications
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
40d24740ed
commit
758f714096
|
@ -46,7 +46,7 @@ class Command(BaseCommand):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
channel_id = sha1(f"{tournament.name}-{timezone.now().date()}-{site.domain}".encode()).hexdigest()
|
channel_id = sha1(f"{tournament.name}-{timezone.now().date()}-{site.domain}".encode()).hexdigest()
|
||||||
url = f"https://www.googleapis.com/drive/v3/files/{tournament.notes_sheet_id}/watch"
|
url = f"https://www.googleapis.com/drive/v3/files/{tournament.notes_sheet_id}/watch?supportsAllDrives=true"
|
||||||
notif_path = reverse('participation:tournament_gsheet_notifications', args=[tournament.pk])
|
notif_path = reverse('participation:tournament_gsheet_notifications', args=[tournament.pk])
|
||||||
notif_url = f"https://{site.domain}{notif_path}"
|
notif_url = f"https://{site.domain}{notif_path}"
|
||||||
body = {
|
body = {
|
||||||
|
|
Loading…
Reference in New Issue