Warning, /graphics/digikam/core/dplugins/generic/webservices/google/TODO is written in an unsupported language. File is not indexed.

0001 TODO:
0002 
0003 * Google Photo:
0004 
0005  ++ Port to O2:
0006     - updatePhoto(...) when Google Photo API supports that functionality (not yet in v1)
0007     - Prevent limit of API for uploading (mediaItems:batchCreate) : 50 items by default
0008     
0009     !!!!! Upload now only works with albums created by digiKam -> it's normal
0010     !!!!! Downloaded images won't show in digiKam view
0011     
0012     
0013     
0014  ++ Factorization: 
0015     - Option to choose which images to import
0016     - Option to choose size for image downloaded (by GPhoto Import)
0017     - Like in Flickr 
0018         -> Button Change Account only add new user accounts
0019         -> Button Remove Account (or Logout) really removes an account
0020         -> A combo box to choose account at login if user has many accounts
0021     - Instead of open browser for login with QDesktopServices::openUrl(url) (which is slow and leaves an unpleasant tab 
0022       when finishing login), maybe we should use QWebEnginePage (?)
0023     - Performance Improvement 
0024         -> Using gzip
0025         -> Filter API's responses 
0026         
0027         
0028  ++ Metadata add/removal before (even after) uploading: 
0029     - Reference : https://developers.google.com/photos/library/guides/add-enrichments 
0030  
0031