API of Gofile *Help with HTTP Get and Post*

You can as example try Upload file for example :wink:
Set request headers to make list- make list - item 1 : Content-Type item2 = multipart/form-data
Set url to https://{server}.gofile.io/uploadFile
Create a post request to build request data from a list that consists from 1 another list with two items.Item 1 = file item 2 = your file ( example from the website = @file.txt )
If i said some thing wrong you can correct me.:wink:


You will get response like that:
You will need to parse it to dictionaries using my extension here
And then you can use get block in the dictionaries to get any of the keys the json have like the token for example.An example of a response:
{“status”:“ok”,“data”:{“code”:“123Abc”,“adminCode”:“3ZcBq12nTgb4cbSwJVYY”,“fileName”:“file.txt”}}

2 Likes