-
Notifications
You must be signed in to change notification settings - Fork 79
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
Uploads are showing date of upload as filename. #398
Comments
I've found the fix, the problem is in https://github.com/gphotosuploader/google-photos-api-client-go: Every For example, in
to:
|
@pacoorozco please take a look at https://github.com/gphotosuploader/google-photos-api-client-go and examine whether changing |
Hi @mikebilly Good catch! Can I ask how you have found this header I tried to follow this Google documentation, where It doesn't know anything about the Thanks for submitting the bug and the fix 😍 |
I've found that the PHP library provided by Google use the header The Java library is using it too. |
@pacoorozco I was reading the tutorial at: https://learndataanalysis.org/upload-media-items-google-photos-api-and-python-part-4/, and I saw that he used
For this, I had to create a fork of |
Fix #398: Uploads are showing date of upload as filename
Photos: Photo's names are named like
2023-10-23.jpg
which is the day of upload, which is wrong, instead of their original filenames likePXL_20231003_125152999.jpg
Videos: Video's names are named like photos, the date of upload. Some video info is not shown.
The text was updated successfully, but these errors were encountered: