Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

CompletionEvent not triggered #93

Open
saurabhnmahajan opened this issue Aug 15, 2018 · 0 comments
Open

CompletionEvent not triggered #93

saurabhnmahajan opened this issue Aug 15, 2018 · 0 comments
Assignees

Comments

@saurabhnmahajan
Copy link

I'm trying to get a confirmation for a successful file upload to drive but the onComplete listener never triggers even though the file content is successfully overridden on Drive.

ExecutionOptions executionOptions =
        new ExecutionOptions.Builder()
                .setNotifyOnCompletion(true)
                .build();
return driveResourceClient.commitContents(contents, null, executionOptions);

I've set the Service in AndroidManifest and just doing a log in onComplete but it never triggers.

Any help?

@asrivas asrivas self-assigned this Aug 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants