Posts & RepliesFinding if Metadata is for file or folder Hi, I am migrating to API v2 and I am using the Java SDK 2.1.1 In v1, there was a way to check if a metadata represented a file or folder. I can't find a method in v2 to get this information. Do ...DeletedMetadata for file or folder? Is there a way to check if a DeletedMetadata was for a file or folder in Java? SolvedWays to Prevent "failed to grab lock" Error Is there a way to check if there are running processes given the user's account? I don't want to get any errors related to concurrency or locks, so I was thinking of polling the account until there a...SolvedAbort call to listFolderLongpoll() in Java SDK Hi, I was wondering if there is a way to abort a call to the /list_folder/longpoll endpoint in Java. I was using this method in DbxUserFilesRequests: listFolderLongpoll(String cursor) The issues...SolvedRe: Finding if Metadata is for file or folder Thanks for the quick response!