TikTok API x Pathfix

Hey everyone,

I am trying to set up an API with TikTok via Pathfix that allows users of my app to post videos on their TikTok accounts. I have set up the TIkTok Developer account and verified my domain but for a successful integration TikTok requires a publicly accessible URL that contains a path to a “test-file”. This URL must contain my app’s URL since that is the one verified in my TikTok developer account.

I need something like: https://mybubbleapp.com/uploads/test-video.mp4

What is the best way to achieve that? Is there a way to upload files to my bubble app and get a public path that includes my url?

Your help is greatly appreciated!
Max

Check for upload root files.

This looks like you have to manually upload to the root directory. The tiktok API requires the sub url to always be consistent. Would users be able to upload to root directory as well?

Having this same issue @Pathfix is there any documented process on posting videos to tiktok?