Skip to content

Conversation

@flakrimjusufi
Copy link
Contributor

Make Google drive/sheet plugins production ready
Main PR: #13
JIRA Ticket: https://issues.cask.co/browse/PLUGIN-632

directoryMetadata.setMimeType("application/vnd.google-apps.folder");
File directory = drive.files().create(directoryMetadata)
.setFields("id")
.execute();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@flakrimjusufi it looks like this code is similar on both classes - maybe using a common method would be a cleaner approach.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants