Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transferring non-album Google photos #464

Merged
merged 22 commits into from
Jul 11, 2018
Merged

Transferring non-album Google photos #464

merged 22 commits into from
Jul 11, 2018

Conversation

olsona
Copy link
Contributor

@olsona olsona commented Jul 9, 2018

Transferring non-album Google photos - next step is to alter all of the Importers to deal with duplicates correctly.
Making Exporter and Importer throw errors for better retrying.

Copy link
Contributor

@rtannenbaum rtannenbaum left a comment

Choose a reason for hiding this comment

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

LGTM but could you please have someone with more knowledge of photos take a look too?

public interface Exporter<A extends AuthData, T extends DataModel> {
// TODO: reconsider this model - can we avoid sending AuthData with every export call?

/**
* Performs an export operation, starting from the data specified by the continuation.
* @param jobId the job id
*
* @param jobId the job id
* @param authData authentication data for the operation
* @param exportInformation info about what data to export see {@link ExportInformation} for more
*/
// REVIEW: The original throws IOException. Continue to use checked
Copy link
Contributor

Choose a reason for hiding this comment

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

Can the two review's be consolidated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Clearer comments.

@@ -31,5 +31,5 @@
* @return the operation result
*/
// REVIEW: The original throws IOException. Continue to use or return as part of the result?
Copy link
Contributor

Choose a reason for hiding this comment

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

review note out of date?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Clearer comments.

@olsona olsona requested a review from holachuy July 10, 2018 15:16
@olsona olsona merged commit c30c506 into master Jul 11, 2018
@olsona olsona deleted the google-photos-non-album branch July 11, 2018 19:43
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.

None yet

3 participants