V K
V K

Reputation: 1719

How to get items present in the root of Dropbox using Dropbox HTTP API

I am using version 2 API of Dropbox. And to get list of files or folder present in a folder, I need to pass the path of the folder as input parameter. I need to get the list of all files and folders present at root level of Dropbox. So, what should I pass as path of the root folder?

Upvotes: 0

Views: 386

Answers (1)

user94559
user94559

Reputation: 60153

To represent the root, pass an empty string.

Upvotes: 1

Related Questions