Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the initial chunked attachment creation on the target to use an empty content #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Dedac
Copy link

@Dedac Dedac commented Sep 18, 2019

When running a migration recently, the work items with attachments failed to upload the attachments with the error:

Unable to upload attachment EmploymentRefsScreen_inside-app_statuses.docx for source work item 35991 to the target account. The request indicated a Content-Type of "application/x-www-form-urlencoded" for method type "POST" which is not supported. Valid content types for this method are: application/json, application/json-patch+json, application/octet-stream.. The request indicated a Content-Type of "application/x-www-form-urlencoded" for method type "POST" which is not supported. Valid content types for this method are: application/json, application/json-patch+json, application/octet-stream.

I believe that there was a change to the HttpClient that sent "application/x-www-form-urlencoded" for empty content, which the Azure DevOps api was unhappy with.
This fixes that problem by adding an empty content to that first post for sending a chunked attachment.

@BraunFranklin
Copy link

I have been getting the same error and can confirm that the proposed changes did seem to resolve the issue.

@Dedac Dedac mentioned this pull request Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants