I only want the Dropbox Embedder to show if the specified folder actually have any files in it.
What is the best way to figure out if a folder (or subfolder) has any files?
At first I thought about "list_folder" and loop though the result to see if theres any file. But list_folder only returns 1 directory, and apparently need to use "continue" to get anything more? That's a bunch of queries!
The "Search" endpoint was my next thought, but I'm not sure how to search only for files?
Anyone have any suggestions?