You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am performing a request against the Confluence REST API. This request should upload a file using multipart content type. I get the following error when performing the request (this is Pharo 7.0)
The code is the following:
`uploadFileFrom: filePath inSpaceWithContentID: contentID
| part pathSegments |
pathSegments := { 'wiki'. 'rest'. 'api'. contentID. 'child'. 'attachment' }.
I am performing a request against the Confluence REST API. This request should upload a file using multipart content type. I get the following error when performing the request (this is Pharo 7.0)
The code is the following:
`uploadFileFrom: filePath inSpaceWithContentID: contentID
| part pathSegments |
pathSegments := { 'wiki'. 'rest'. 'api'. contentID. 'child'. 'attachment' }.
Any suggestions what the issue might be?
The text was updated successfully, but these errors were encountered: