Dropbox API Integration - New File. Error in call to API function "files/list_folder/get_latest_cursor"

Hi,

I am using the Dropbox API Integration - New File.

I am receiving the following error:
{
name: ‘DropboxResponseError’,
status: 400,
headers: {},
error: Error in call to API function "files/list_folder/get_latest_cursor": request body: path: '{'label': '/test', 'value': '/test'}' expected to be a string, got builtins.dict
}

It appears that it is sending the path as an object rather than sending it as a string.

How can this be resolved?

Thanks,
Lar

Hey lharney,
Is it fixed? I am also facing the same issue.

Hey,

No. I used Google Drive instead.

Hey,
I got the solution. We need to pass a regular expression.
If the folder name is “test-folder” the regular expression will be /test-folder/