Hello,
I’m trying to develop an automation tool with python that creates an item with two subitems, when each subitem has a number of link columns and file columns.
So far, all works. After running the automation script, all .tsv files and links are uploaded successfully.
But after I refresh my browser, all the files are permanently disappears.
- Response’s status code is 200.
- Query returns all the data about the file (id, name etc.)
- File is still exist in local.
Don’t know where else to debug and how to troubleshoot.
Not sure where the problem comes from.