Unpredictable result of DriveId.getResourceId() in Google Drive Android API

UPDATE (07/22/2015) Thanks to the prompt response from Steven Bazyl (see comments below), I finally have a satisfactory solution using Completion Events. Here are two minified code snippets that deliver the ResourceId to the app as soon as the newly created file is propagated to the Drive: File creation, add change subscription: public class CreateEmptyFileActivity … Read more