Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Robert Pearman
Beigetreten 28. Mai 2021
·
Letzte Aktivität 16. Okt. 2021
Folge ich
0
Follower
0
Gesamtaktivitäten
4
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Robert Pearman
Robert Pearman hat einen Kommentar hinterlassen
Made some progress by omitting, $fileBinary = [System.Convert]::ToBase64String($fileContentBytes) and just sending the bytes.
Kommentar anzeigen · Gepostet 14. Jan. 2021 · Robert Pearman
0
Follower
0
Stimmen
0
Kommentare
Robert Pearman hat einen Kommentar hinterlassen
Just to say i have confirmed it is the base64 string that becomes the content of the text file.
Kommentar anzeigen · Gepostet 14. Jan. 2021 · Robert Pearman
0
Follower
0
Stimmen
0
Kommentare
Robert Pearman hat einen Post erstellt
I have read a lot of the posts about this subject but not quite gotten the answer i need.
I am using PowerShell to upload files to ZenDesk, i have it working for the most part. The file is uploaded and i can link it to a ticket.
The problem i have is the content of the file remains as the base64 string, i guess i have something wrong somewhere?
Also tried this, $fileBinary = [Convert]::ToBase64String((Get-Content -Path $fileName -Encoding Byte)) with the same result.
Gepostet 14. Jan. 2021 · Robert Pearman
0
Follower
1
Stimme
2
Kommentare