New provider: FolderFort

Hi,

FolderFort (https://www.folderfort.com) is a new cloud storage provider. They have an API (documentation: Folder Fort - Affordable Cloud Storage). Is there any chance rclone could support it?

hi,

there are many dozens of open requests for new providers.
you are welcome to provide it yourself, you can sponsor rclone, or contact the provider.

note: the link to the api does not work?

I now see that the documentation is available only after logging in. I copy one item here.

Uploads

Upload files to Folder Fort
POST /uploads
Upload a file to Folder Fort
Parameters

No parameters
Request body
file
string($binary)

Content of file to upload to Folder Fort
parentId
integer

ID of folder where this file should be uploaded, null will upload to root
relativePath
string

Folders in the path provided here will be auto created, if they don't exist already. This is mainly useful when uploading a folder from browser. It should include original filename as well:
/some/folders/here/file-name.jpg
Responses

201 File was uploaded
Media type
Controls Accept header.

{
"status": "success",
"fileEntry": {
"id": 0,
"name": "image.png",
"file_name": "j6oWHDG1z613UqFHLZpE1Yrqngw0N8XLuGNLNWJV",
"file_size": 111863,
"parent_id": 1,
"parent": "string",
"thumbnail": "thumbnail.png",
"mime": "image/png",
"url": "secure/uploads/3260",
"hash": "MzI2MHxwYWRkaQ",
"type": "image",
"description": "Example description entered by user",
"deleted_at": "2021-02-23T14:42:38.000000Z",
"created_at": "2021-02-23T14:42:38.000000Z",
"updated_at": "2021-02-23T14:42:38.000000Z",
"path": "3260/3261/3262",
"users": [
{
"id": 0,
"email": "example@gmail.com"
}
]
}
}

401 Unauthenticated. Either access token is not provided or is invalid.

403 Unauthorized access. You don't have permissions required to perform this operation.

422 Invalid data specified
Media type

{
"status": "error",
"message": "Reason for the error",
"errors": {
"some_data_1": "Error message for data 1",
"some_data_2": "Error message for data 2"
}
}

Unfortunately he turned off the API

He's on Reddit

r/FolderFort

u/FolderFort

also support@folderfort.com

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.