Posts & RepliesRe: TaskListFolderAndAccountId does not list all files in the folder I received reply for Ticket #11426113: API: listFolder not retrieving all folders and files at root directory. Moe pointed out the bug in my code. The problem is solved! Thanks Greg. Re: TaskListFolderAndAccountId does not list all files in the folder API tiket openned. Ticket #11426113: API: listFolder not retrieving all folders and files at root directory. Re: TaskListFolderAndAccountId does not list all files in the folder The root direcotry complete folders and files are from my Dropbox root folder. Set A and B are getting from the code Log.i("dbFolderName", "dbFolderName: $dbFolderName") when iterating in for (i in ...Re: TaskListFolderAndAccountId does not list all files in the folder What I wanted is the list of folder names from the root directory. When I used the code: ListFolderResult kListFolderResult = mDbxClient.files().listFolder("") I got a few files (folder + fi...Re: TaskListFolderAndAccountId does not list all files in the folder Yes, the TaskListFolderAndAccountId is a method name from my own code, sorry for overlooking that. You are also right that I was using listfolder to retrieve the folder and file names and I did not i...TaskListFolderAndAccountId does not list all files in the folder My app is using TaskListFolderAndAccountId to get the list of files and folders from the root directory. It was working fine and list all the files and folders in the root directory without any probl...SolvedLength of Dropbox account ID What is the length of Dropbox account ID. Is the lenght fixed or it may change? SolvedRe: Length of Dropbox account ID Got it. Thank you. Re: Length of Dropbox account ID I used mDbxClient.users().getCurrentAccount().getAccountId() will that get the value `account_id`? Re: Length of Dropbox account ID In my app, I want to verify that the account number is valid. One of the criterial used in my app is to verify the number of characters.