Dropbox upload file node does not seem to recognise that it has binary input data? I have tried this with different cloud drive services like one drive, and I keep receiving this error.
Here is where the workflow error is. (Query and create a folder are for making the folder to put the video in)
Hi @aripatel123
The problem is that you linked the upload a file node to two branches..
So What happens is that the node runs twice:
- once from the first branch that creates the folder,
- and once from the branch that generates the image.
The solution is to just merge the two branches then link it with the upload a file node