thank @Gaurav Chadha you it works now, do you know why it doesn't work with Google?merci Γ§a marche maintenant, sais-tu pourquoi Γ§a ne fonctionne pas avec Google ?
Hey guys.....trying to set up a node to do a relatively simple API call to youtube to get info on a given video. I'm getting an error "Body is not an object" but the body is left blank because there is no body necessary in this call. I'm guessing I'm missing something?
i'm trying to implement the meditation gpt built on buildship into flutterflow, and it works fine when i try to test it in buildship but not in flutterflow. has anybody encountered this error before?
I have a node with a JSON, and I try to input it as an input in an SQL query. Even though the node has the JSON, when I try to execute the INSERT SQL Query, it appears as [object Object]. Can you fix it please?
usually [object Object] is becuase you might be passing in a json object in string value,to resolve it you need to wrap the object with JSON.stringify(val)JSON.stringify(val), if you open in app support ticket we can take a look
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
@Shams if I use fs.writeFileSync('concatenated_image.jpg', concatenatedBytes); does this get saved somewhere in Buildship? Can I somehow show this image in my front end (FlutterFlow)?
Template for interacting with Microsoft Office would be great. E.g a template which gives the user to update values in a Wordfile. This would give the user the possibility to easily create invoices with custom templates. Ideally you then able to create a pdf out of the word template.
An interaction with teams would also be very helpful. Since teams is widely used in businesses this would open up a lot of possibilities.
i also started getting this error on a buildship node that has been working for 30 days without issue UUID Generator being used ... "Cannot convert undefined or null to object" as soon as the node is reached which causes a failure every time
Hello, I am building an app using flutterflow and Firestore, and it requires lots of uploading and downloading images, which is expensive on firestore with its bandwidth price. I am planning to upload and retrieve them from BuildShip. I would like to know if BuildShip has a limit on bandwidth or if we can upload as much as we need. Like, what is your CDN provider? thank
Hello, I want to have a stripe subscription created trigger and then use that info (subscription id, email and name of user) to the next steps of the workflow. I tried to to it with the get subscription info node but it doesnt get anything. Any idea why?