Media in a bluesky post blank after successful media upload and post endpoint #1688
Replies: 2 comments 5 replies
-
It would be useful if you could share the precise requests you made, either through code or some kind of request log (make sure to exclude credentials or auth tokens though!) - and ideally, link to the post that has the problem. You can retrieve the blob back from the PDS, to inspect it, via a GET request to All being well, you should expect that to return your image directly, with an image-shaped There is no alternative to |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. When I added the "type": "binary" to the uploadBlob request it started working
|
Beta Was this translation helpful? Give feedback.
-
I was trying out Bluesky's API via/ATProtocol as shown on this offical blog post and tried a technique on Make. I had tried the ablity to upload a media using the content type
multipart/form-data
, that went through successfully, and had sent a POST request to Bluesky to make a post a stated in their blog post, and it did went through successfully.But when I took a look at the post in the app, there was one problem...the text is there, but the media.....it's missing.
Any idea what I did wrong? looking at the body of the request, there was only one parameter called
data
assumingly that's the parameter just to upload. I noticed in one post, it did say there's auploadBlob
orcreateBlob
, but I can't findcreateBlob
anywhere on the blog post. Is there a actual chunked upload around here rather than a one time upload?Beta Was this translation helpful? Give feedback.
All reactions