You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this in a project and occasionally we get an exception with STATUS_DELETE_PENDING as the message for a "sharedfile" that was deleted when iterating through the results of directory.getFiles().
I looked for documentation (no wiki exists), and also in the actual code but it's unclear.
Will sharedFile.isExisting() return false if STATUS_DELETE_PENDING is set?
If the answer to the above question is no, how do I work around this? Any suggestions would be appreciated if a workaround is needed.
Thank you!
Mike Poz
The text was updated successfully, but these errors were encountered:
Using this in a project and occasionally we get an exception with STATUS_DELETE_PENDING as the message for a "sharedfile" that was deleted when iterating through the results of directory.getFiles().
I looked for documentation (no wiki exists), and also in the actual code but it's unclear.
Will sharedFile.isExisting() return false if STATUS_DELETE_PENDING is set?
If the answer to the above question is no, how do I work around this? Any suggestions would be appreciated if a workaround is needed.
Thank you!
Mike Poz
The text was updated successfully, but these errors were encountered: