Hello, I am integrating the dropbox api on my website and I want to access the imagefile path to store through php with curl. I have used two endpoints for this.
1) https://api.dropboxapi.com/2/files/list_folder
- To access all the filenames of the particular path mentioned in as a parameter.
2) https://api.dropboxapi.com/2/sharing/get_shared_links
- To access the image file path by filename to store on my website.
Also sometimes getting has_more false and links with empty array.
But i am getting only 2 files with path and not getting all files as i needed.