I'm writing a program to check file change everyday.
I try to use Box API to search for any file created or edit in a date range, E.g : 01/10/2018 - 31/10/2018.
first i try this link:
which return error 400:
{
"reason": "invalid_parameter",
"name": "to_search",
"message": "Invalid value ''."
}
and when i try this link (remove '&' before update_at_range):
which return data, but result is missing (the file i upload then rename is not in the results)
The account that provide access token have right to read folder content.
Did i do something wrong, or this is a bug?
What should i for desired results?
(I can not access enterprise events for private issues)