agentskit.js

DropboxLoaderOptions

Auto-generated API reference for DropboxLoaderOptions.

Interface: DropboxLoaderOptions

Defined in: loaders.ts:310

Document loaders: small async functions that return InputDocument[] ready to pipe into RAG.ingest. Every loader is framework-agnostic and accepts a custom fetch for tests.

#Extends

#Properties

#accessToken

accessToken: string

Defined in: loaders.ts:312

Dropbox OAuth2 access token.


#fetch?

optional fetch?: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }

Defined in: loaders.ts:10

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>

#Inherited from

LoaderOptions.fetch


#filter?

optional filter?: (path) => boolean

Defined in: loaders.ts:315

#Parameters

path

string

#Returns

boolean


#maxFiles?

optional maxFiles?: number

Defined in: loaders.ts:316


#path?

optional path?: string

Defined in: loaders.ts:314

Folder path, e.g. /team-docs. Empty string = root.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page