-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Is this project needed for re-uploading to Google Photos? #311
Comments
I don't see how it could do that. In my experience Google Takeout garbles the included EXIF data in the picture file, and spits the original values out in an accompanying .json file. I am not aware of any way to import photos in Google with the .json file. |
Interesting, I opened image files from takeout in Windows Photos, and I see the location where it was taken, the details of the device that took the photo, date, etc. |
The whole point of this program is that Google Takeout has a tendency to modify the included date to something different from the original (which I called "garble", not in the sense that a program can't read it but that it has no value for the picture owner). |
Hey, we talked about it many many times, and it looks like it doesn't - #191 and few other discussions found no solid pattern that Google does indeed strip exif. I can say for 100% that it didn't for me...
Also very much not true. Only thing the takeout process does, is that when you download files, their "fileModifiedDate" properties are all set to today - which happens 99% of the time when you download something from internet only thing that gpth does is it organises all of them out of their weird folders and puts then into single big one, and sets all "fileModifyDate" values correct. But, it does so, often, by reading the photo's exif metadata, which is 90% of times present and correct Answering your question @ShlomoCode, I'm not sure if google will nicely support uploading their own takeout back to themselves (probably not), so I think running gpth before that is pretty good idea 👍 |
I have a corporate account with a lot of content on Google Photos, I downloaded takeout to simply re-upload it to my personal account's Google Photos.
From your experience, in such a case, is this great tool necessary? Or will Google know how to get along with its files without help? 😀
Thanks!
The text was updated successfully, but these errors were encountered: