simonedegiacomi / gphotosuploader

Unofficial Google Photos uploader and Go library
GNU General Public License v3.0
99 stars 29 forks source link

upload only filename without full path #14

Closed siongui closed 6 years ago

siongui commented 6 years ago

Hi, I tried your program and found the problem of uploaded name, When I upload, for example,

/home/myusername/test.jpg

The name showed on Google Photos is /home/myusername/test.jpg, not test.jpg.

I think most users do not need full path in the name of their photo, so I create this pull request to fix this issue.