Hi, I am trying to edit the timestamp of some photos loaded using the new Google Photo App.
This is the code I am using, which is working well if I just want to set the Geo Position: AlbumFeed myAlbumFeed = myService.getFeed(albumFeedUrl, AlbumFeed.class); for (PhotoEntry myPhoto : myAlbumFeed.getPhotoEntries()) { System.out.println(myPhoto.getTitle().getPlainText()); System.out.println(myPhoto.getTimestamp()); myPhoto.setGeoLocation(14.23423424333, 28.34534543534); *myPhoto.setTimestamp(new Date(1434240330));* myPhoto.update(); } For a strange reason, the timestamp is not saved. Is there a different way for setting photo timestamps using Picasa Web API? -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-picasa-data-api+unsubscr...@googlegroups.com. To post to this group, send email to google-picasa-data-api@googlegroups.com. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/d/optout.