We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

SanjayGupta's avatar
SanjayGupta
New member | Level 2
6 years ago

API can't see new files in APP folder

Hi, I'm having an issue using java/groovy API 3.0.8 and 3.1.1 (latest). I have a local APP, with a few 'old' folders created before 06/27/2019 and 'new' files and folders added after that day. I w...
  • sgvcp's avatar
    sgvcp
    6 years ago

    Thanks for reply, I solved it!

    Yes, I am using 'App folder', but it was a different issue - I didn't paginate results using ListFolderResult.getCursor(), as described in this example, because I had just a few items in app root. Seems like my simplistic approach stopped working when subfolders became big enough. So adding check for result.getHasMore() helped.