Upload to V4, sdk, python, etc

Hi
We want to upload files to our V4 account from our backend (without GUI apps like Transfer)

After reading this forum, reading the developer.adobe.com site, reading your GitHub and trying the tools from the FrameIO Github (fiocli, fioctl, frameioclient…) , I tend to conclude that there is no tool using V4, only V2 ? Or did I miss something?

So what are our best bet currently ?

code a rclone adapter using the V4 API?
code a python SDK using the V4 API?
code a CLI using the V4 API?
wait for a rclone adapter coded by FrameIO?
wait for a python SDK coded by FrameIO ?
wait for a CLI coded by FrameIO ?

You are correct, we have yet to release any SDK’s or CLI’s supporting the V4 API.

I’ve got a very basic python CLI here to help you with handling OAuth, setting up the HTTPS server, going through the auth flow, getting a token, and another function for refreshing it.

You’ll want to download as a zip and then install the packages and setup a virtual env using either poetry or uv.