Sooo…
I’ve been trying to automate instagram reels upload process.
At first tried with google drive, than moved to gcs, than realized maybe there’s a problem with my instagram connection.
So I isolated the connection to literally only instagram reels, created a public, naive, 3 seconds short video file on gcs, configured a whole new scenario to upload a reel from that URL, and it still doesn’t work.
The video format is not supported (error code “352”, subcode “2207026”) Here, the Instagram publishing error is because the format of the video must be MOV or MP4 (MPEG-4 Part 14) file. We therefore invite you to import your video in one of these formats and try again to publish your video.
I am having a similar issue as well. using MP4 video files stored on Airtable as an attachment.
Here is the input bundle going into the upload reel module:
[
{
"caption": "📱 Posting on the go has never been easier with GMG's ContentDB software! Just ask Alex Green, CEO & Founder of GMG. Try it out for yourself! 💬🚀\n#startup\n",
"accountId": "1784146229982XXXX",
"video_url": "https://v5.airtableusercontent.com/v3/u/27/27/1711900800000/K14qGqx6akcjE0US2huzKg/aYrprgO6DzT_9a1IBuUpIGF9hmusfsCXu_xQ_449bwZ1b-SdeQv_VX8qzrQrtAmPsJV0ap9oIlRxmApbP_qU0pdHh6QLYU1LYuxE3Vo7EJQKYBk_9yC8NkJ9E_wmN-8B1kH9qzfeN0h9GBRfbN7-Mw/ApnxvcEGPlCth54QD2zL0arvs3jdE5i2eCqS0lmCIC8",
"share_to_feed": true
}
]
And this is the output bundle that comes out of the upload a reel module:
[
{
"status_code": "ERROR",
"status": "Error: Media upload has failed with error code 2207026",
"id": "1784753033116XXXX"
}
]
Here is the details of the video that is available through the airtable attachment link:
I tried with multiple videos that I had filmed from my phone and it gives me the same error message.