According to Box documentation, a Post to the /folder should return numeric id, ie.:
{
"id": 12345,
(...)
}
But from my last requests, id is returned as a string:
{
"type": "folder",
"id": "123121321321",
"sequence_id": "0"
(...)
}
This behavior started breaking some of mine applications.