tonic
May 13, 2023, 8:19pm
1
Hey there folks , so i need help getting a file from bubble to an external api.
Managed to get the file uploader to work that was the easy part :
I also got the other integrations to work actually :
But i cant seem to get the file uploader to work :
I’m getting some sort of error that i cant figure out :
Any help is greatly appreciated, i will be eternally grateful
tonic
May 13, 2023, 8:21pm
2
here’s the thirdparty documentation in case it’s required : https://llmtown.com/
Too many quotation marks in your file path?
tonic
May 13, 2023, 8:37pm
4
or not enough? something like that? i dont really know, on this stuff i did try every permutation tbh
tonic
May 13, 2023, 8:39pm
5
i really cant figure this out at all…
Have you tried it as JSON in the body? E.g.
{“file”: “<url>”}
1 Like
tonic
May 13, 2023, 8:58pm
7
rjwilkinson10:
{“file”: “”}
thanks for responding, i’m trying it , in every permutation possible and getting the same error, except it also says it cant parse as json…
i really appreciate the help
Jici
May 13, 2023, 8:59pm
8
You should change the Body type to multi part and use parameters. You will have an option for files. Documentation doesn’t show a option to use an url to upload a file.
So change type, add a parameters file, and select file checkbox.
1 Like
tonic
May 13, 2023, 9:03pm
9
thanks for responding, i feel like i’m getting closer with your tip !
i did it as so, but i still get an error:
any ideas?
Jici
May 13, 2023, 9:05pm
10
remove the header content-type. Bubble for this case should include it. But your call seem correctly set.
You can debug using a requestbin.org and also try in postman or insomnia if the call work
1 Like
tonic
May 13, 2023, 9:06pm
11
thank you for being so generous with your time and holding my hand through this. it’s much appreciated, truly.
tonic
May 13, 2023, 9:08pm
12
didnt work, but still appreciated !
tonic
May 13, 2023, 9:09pm
13
btw i can get it to work using command line on my windows computer, but i simply cant get bubble to behave correctly…
tonic
May 14, 2023, 5:19pm
14
any help would be greatly appreciated
Jici
May 15, 2023, 8:26pm
15
Just tested an no issue on my side
Maybe you can start from scratch
2 Likes
tonic
May 16, 2023, 12:06pm
16
well, i’ll be… kindly accept all my thanks
1 Like
system
Closed
July 22, 2023, 8:20pm
17
This topic was automatically closed after 69 days. New replies are no longer allowed.