I am using langchain_community.document_loaders.DropboxLoader
the problem is with my api key. although in the permissions i have allowed files.metadata.read as well as write. but i get this error:
AuthError('missing_scope', TokenScopeError(required_scope='files.metadata.read')))
anyone knows a thing about it?