Attachment API is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi all,
we are trying rest api for attachment for our table now the problem we are facing is that whenever we are passing it to other third party team they are consuming it from their gateway and when we are hitting this api it is taking only 'json' file. They are saying that it is not getting updated just because of cookies. so my question is do we have any cookie relation between attachment api if yes then how we can remove it so that our api can consume all file type format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Devansh1 - It might be helpful if you can share a code sample (you should remove any sensitive information). From what you've provided, it sounds like you might have an incorrect Content-Type. File uploads require multipart/form-data and must include a binary file part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
We have content-type is application/json.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Can you share the body? I would expect Content-Type to be auto-generated by Postman, and it should be
multipart/form-data as I mentioned above.
