cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

com.dropbox.core.ServerException when getting file list from dropbox

com.dropbox.core.ServerException when getting file list from dropbox

Anton P.3
Explorer | Level 3

Hi, I'm getting com.dropbox.core.ServerException when requesting file list from account. Few hours ago it worked fine, but now it's crashing.

 

y = mClientV2.files().listFolderBuilder(mPoint).withRecursive(true).start();

while (true){
for (Metadata metadata: y.getEntries()){
// some job
}

if (!y.getHasMore()){
break;
}

y = mClientV2.files().listFolderContinue(y.getCursor());
}

 

10-14 15:50:12.637 5908-6234/com.mobile_infographics_tools.mydrive W/System.err: com.dropbox.core.ServerException
10-14 15:50:12.637 5908-6234/com.mobile_infographics_tools.mydrive W/System.err: at com.dropbox.core.DbxRequestUtil.unexpectedStatus(DbxRequestUtil.java:344)
10-14 15:50:12.637 5908-6234/com.mobile_infographics_tools.mydrive W/System.err: at com.dropbox.core.v2.DbxRawClientV2$1.execute(DbxRawClientV2.java:115)
10-14 15:50:12.637 5908-6234/com.mobile_infographics_tools.mydrive W/System.err: at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:284)
10-14 15:50:12.637 5908-6234/com.mobile_infographics_tools.mydrive W/System.err: at com.dropbox.core.v2.DbxRawClientV2.rpcStyle(DbxRawClientV2.java:102)
10-14 15:50:12.637 5908-6234/com.mobile_infographics_tools.mydrive W/System.err: at com.dropbox.core.v2.files.DbxUserFilesRequests.listFolderContinue(DbxUserFilesRequests.java:1441)
10-14 15:50:12.637 5908-6234/com.mobile_infographics_tools.mydrive W/System.err: at com.dropbox.core.v2.files.DbxUserFilesRequests.listFolderContinue(DbxUserFilesRequests.java:1470)

1 Reply 1

Greg-DB
Dropbox Staff
We had a service disruption around that time, but it was resolved soon after. If you're still seeing any issues, please let me know.
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?