Hello, I have got all the access to BOX API, so that external application can talk with it, also i am able to generate access token from gateway to box in staging, now as a next step i want to read the folder from box. For which i am doing GET https://api.box.com/2.0/search?query=Chatbot&type=folder with Authorization Bearer access token, but i am getting blank result as below:
{
"total_count": 0,
"entries": [],
"limit": 30,
"offset": 0
}
Even though i know this folder exists, can you please help me where i am doing wrong? Any help is much appreciated
Question
Getting 0 items when searched with folder name
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.