API of Gofile *Help with HTTP Get and Post*

Yes :sweat_smile:
I finally use the terminal extension to use the curl command and the API. Thanks to you @Mohamed_Tamer @Rogerio_Rios!!

1 Like

How did you use it?

2 Likes

Hey, Even I am having same requirement,

So can you please share your Block.
Thanks in Advance

1 Like

One detail: I think this extension is not exclusive to CURL. Right ?

1 Like

Yes. It’s that extension:


by @juananton1991

1 Like

It is Linux command terminal …

Edit , right ? :wink:

Yes :+1:t3: :sweat_smile::joy:
Now it’s good jejeje

1 Like

the web component does not support multipart/form-data
good to know, that you got it running using the extension by @juananton1991
Taifun

2 Likes

Why am I getting empty string?
blocks (38)

curl -F [email protected] -F [email protected] https://srv-file6.gofile.io/uploadFile

Your email , is This ?

No that’s not my email.
I tried with my email.
I changed it while posting because posting emails on the community is not allowed.

Can you give sample blocks on how to upload files?

Did You try ?

Full text is not visible in the post.
Please download and post blocks image here.

I sent you the full command before… Remember to put the path with , to put them with spaces. Here it is again

curl -F email=YOUREMAIL -F file=@“PATH-FILE” https://srv-file6.gofile.io/uploadFile

1 Like

@sonumohammad333 did You Solved ?

No, Still getting empty string.
Sample aia will be appreciated.

Here it is. It’s my test project. Go to the page “curl”.
PRUEBAS.aia (392,6 KB)

2 Likes