Add missing quotes

pull/431/head
Julien M 2024-06-04 12:28:22 +02:00
parent 3da90fee4d
commit 510c6dadf6
1 changed files with 3 additions and 3 deletions

View File

@ -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";