Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 726 Bytes

File metadata and controls

21 lines (16 loc) · 726 Bytes

User

This android application let you synchronise your android device with one google photo album.

  1. You loggin
  2. You choose an album
  3. You choose an android local folder
  4. You click on Sync now

Application download only downloaded added photo to choosen album and delete removed photos. As Google Photo library API doesn't permit to have fine modification done on the choosen album, application can not download a modified photo.

Developer You have to activate Google Photo API for the application on Google API console.

  1. Create a project.
  2. Activate the Google Photo API.
  3. Create an client Oauth2 identifier.
  4. To get sha-1 fingerprint, run gradle android signingReport task.

link