Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to get the folders list alone from dropbox, but I found only listing folders and files API. Is there any API in dropbox to get the folders list information without file information ?

share|improve this question
Can you not just filter on is_dir? – Joe Nov 3 '12 at 2:57
Ya, I done that.But I want to know, any API available to get folders list alone. Bcz I want to simplify my code and time consumption. – Barani Nov 5 '12 at 7:15

1 Answer

up vote 0 down vote accepted

there is no such type of api that only provide folder information. you need this customize.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.