bobocode-labs / gojohnny-rest-api

REST API for GoJohnny project
0 stars 0 forks source link

Investigate possible solutions for storing photos #19

Open tboychuk opened 5 years ago

tboychuk commented 5 years ago

Provide an working example using their API

omgkanamikun commented 5 years ago

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 commented 5 years ago

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

tboychuk commented 5 years ago

@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!