i found a way to upload videos to tiktok using the upload-post api. i created a Make scenario that sends a post request to the api with the video file and parameters like title, user, and platform. it works well for me and i wanted to share my solution here.
How to? first, log in to https://app.upload-post.com/ and create an account, then connect your social media accounts. Next, generate an API key that you will use in Make.com.
After the 200 response, it should be published within a few minutes, probably no more than 5.
Maybe you can send an email to the support team at hi@img2html.com explaining the situation. Since this seems to be an early-stage product, it could have some bugs.
I’m currently facing the problem—could you explain how you resolved it? Thanks in advance!
{“results”:{“tiktok”:{“error”:“Publish failed or unknown final status: None”,“success”:false}},“success”:true,“usage”:{“count”:0,“last_reset”:“2025-02-24T23:39:25.466200”,“limit”:10}}
I noticed that you had the same issue before, and you managed to fix it. I’m currently facing the same problem—could you explain how you resolved it? Thanks in advance!
{“results”:{“tiktok”:{“error”:“Publish failed or unknown final status: None”,“success”:false}},“success”:true,“usage”:{“count”:0,“last_reset”:“2025-02-24T23:39:25.466200”,“limit”:10}}
hello, i think it’s because of the video type you are uploading. check tiktok docs to ensure your video meets their restrictions: .mp4 file, up to 60 fps, etc. if your video is different, it won’t work.
Thanks!. Looks it was one of the issues…but not the only one…getting a publish failed message:" {“results”:{“tiktok”:{“error”:“Publish failed or unknown final status: None”,“success”:false}},“success”:true,“usage”:{“count”:0,“last_reset”:“2025-03-09T21:15:28.469468”,“limit”:10}}"
Currently, I am getting the data for the video from Dropbox Download a File. Any suggestions on if there is another route i should be taking on passing the file through?