Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to fetch all files and folder. #520

Closed
pramodkr123 opened this issue Dec 21, 2023 · 1 comment
Closed

Not able to fetch all files and folder. #520

pramodkr123 opened this issue Dec 21, 2023 · 1 comment

Comments

@pramodkr123
Copy link

I am using this code to fetch folder and files. I have 40 files and folder in root folder, but I am getting only 25 from them.
I am using my app in 3 - 4 devices. Is any limitation from dropbox to access the all files and folder.

DbxClientV2 mDbxClient = new DbxClientV2(DbxRequestConfigFactory.getRequestConfig(), accessToken);
                    try {
                        ListFolderResult listFolderResult= mDbxClient.files().listFolder("");

                        for (Metadata metadata : listFolderResult.getEntries()) {
                            String fileName = metadata.getName();
                            Log.i("Fetch File", "file: " + fileName);
                        }
                    } catch (DbxException e) {
                        e.printStackTrace();
                    }
@greg-db
Copy link
Contributor

greg-db commented Dec 21, 2023

[Cross-linking for reference: https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-fetch-all-files-and-folder/td-p/738518 ]

I see you also posted in the forum, so I'll follow up with you there.

@greg-db greg-db closed this as completed Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants