Max Prokopp
Max Prokopp6mo ago

Bulk GPT - CSVs not working

Hi folks, I am working on a bulk GPT project based on this video https://www.youtube.com/watch?v=0-fACNxxf9Y, however, I can not link in my CSV files, as mentioned at 2:36 in the video. I tried to link a CSV via my google drive, and google sheet's direct share to download link function, but it either loads endlessly or returns an "error": "Failed to download file: status code 307" message. Happy about any help ☺️
BuildShip
YouTube
Bulk GPT - Run OpenAI API on a CSV file in parallel for every row
Learn how to run openAI in parallel on every line of a CSV file in bulk Get started for free here 👉 https://buildship.com A Low-code Visual Backend Builder with AI Automate Bulk GPT Content Generation with BuildShop 00:00 Introduction to Bulk Content Generation with GPT 00:32 Getting Started with BuildShip for API Creation 01:30 Building the...
Solution:
Hi @Max Prokopp, It is failing to download the CSV file due to permission issues as the node is not able to read due to the google drive permissions, to solve this, you can upload your file to BuildShip and generate a public URl (using "Generate Public Download URL" node) and then pass it to the download CSV node, it should work then.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha6mo ago
Hi @Max Prokopp, It is failing to download the CSV file due to permission issues as the node is not able to read due to the google drive permissions, to solve this, you can upload your file to BuildShip and generate a public URl (using "Generate Public Download URL" node) and then pass it to the download CSV node, it should work then.