Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get file ID of a given path

Tags:

box-api

is there a direct method to get file ID by giving a path (e.g. /some/folder/deep/inside/file.txt)? I know this can be done by recursively checking folder's contents, but a simple call would be much better.

Thanks

like image 920
Zhizhong Liu Avatar asked Jun 15 '12 21:06

Zhizhong Liu


1 Answers

We currently don't have support for this, but the feedback will definitely be considered as we continue building out the v2 API.

like image 97
seanrose Avatar answered Oct 21 '22 11:10

seanrose