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

Investigate possible solutions for storing photos #19

Open
tboychuk opened this issue Oct 15, 2018 · 3 comments
Open

Investigate possible solutions for storing photos #19

tboychuk opened this issue Oct 15, 2018 · 3 comments
Assignees
Labels
2 - Working <= 5 enhancement Technical enhancement question Further information is requested

Comments

@tboychuk
Copy link
Collaborator

tboychuk commented Oct 15, 2018

Provide an working example using their API

  • create new endpoint POST ../places/{place_id}/photo that receives photo as request body
  • implement appropriate service logic that stores photo using either amazon or google service
    and updates photoUrl of the place using given placeId.
@tboychuk tboychuk added 0 - Backlog question Further information is requested 1 - Ready enhancement Technical enhancement and removed 0 - Backlog labels Oct 15, 2018
@omgkanamikun omgkanamikun self-assigned this Oct 18, 2018
@omgkanamikun
Copy link
Contributor

To start using Google Photos API we need to install the client library.

To use this library with Gradle, add the following dependency to your build.gradle file.

repositories {
mavenCentral()
}
dependencies {
compile 'com.google.photos.library:google-photos-library-client:1.0.1'
}

@omgkanamikun
Copy link
Contributor

May be useful
How to use the new Google Photos API
https://youtu.be/EuFgChuPyvA

@tboychuk
Copy link
Collaborator Author

@omgkanamikun, it is not acceptable to spend so much time on investigation tickets :) Let's speed up a little bit and finish it. @IgorGry it will be useful for you to dig into the details and help Vlad to finish the ticket. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - Working <= 5 enhancement Technical enhancement question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants