Parse Rclone Config
Rclone Import
Parse Rclone Config
Parse an rclone.conf file and return a preview of discovered remotes.
Required Role: ADMIN or OWNER
This is step 1 of the import workflow. Send the raw rclone.conf content and receive a breakdown of:
- remotes: Successfully parsed remotes with their mapped types
- errors: Remotes that couldn’t be parsed (missing fields, unknown types)
- skipped: Recognized but unsupported provider types (e.g., Google Drive, Dropbox)
Request body:
{
"content": "[MyS3Remote]\ntype = s3\nprovider = AWS\naccess_key_id = AKIA...\n..."
}
The response includes metadata about each remote but NOT the actual credentials. Credential values are only sent in the confirm step.
POST
Parse Rclone Config
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request body for rclone.conf parsing.
Raw rclone.conf file content
Required string length:
1 - 524288Response
Successful Response