-
Notifications
You must be signed in to change notification settings - Fork 29
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
Nothing uploaded #26
Comments
I got the same results. go version uname -r |
Thank you for the test results. |
Applied 6e60262, but still got an error: go run main.go --upload /path/to/directory/11R.jpg 2018/07/16 07:18:19 Done (0 files uploaded, 0 files ignored, 1 errors) If you need my assistance, please feel free. |
Hi, still go an error: $ go run main.go --upload ./2018-07-02_8-29-23.jpg 2018/07/16 11:41:07 Done (0 files uploaded, 0 files ignored, 1 errors) |
@ehevnn I'm seeing this too. I thought I was doing something wrong. |
In the next days I should be able to check the upload procedure, sorry for the inconvenience. |
I tried to update the code here: cff3249. |
Hello, $ go run simple.go |
@simonedegiacomi thanks for this tool! I hit this same error and can also confirm that using your
Not sure what you mean - which URL? For me, the photos show up on https://photos.google.com - but one, obviously, has to manually scroll down to the date which is in the EXIF of the uploaded photo. |
@vorburger Thank you for writing the tutorial! I have now merged the webapp-changes branch into the master 107537f. |
@simonedegiacomi |
Thanks for sharing your beatiful idea.
However, gphotouploader doesn't seem to upload any files.
Image for testing
$ ls /path/to/directory
11R.jpg
Tests
-upload directory name
./github.com/simonedegiacomi/gphotosuploader/bin/gphotosuploader -upload /path/to/directory
2018/07/13 07:40:28 Auth file loaded, checking validity ...
2018/07/13 07:40:30 Auth file seems to be valid
2018/07/13 07:40:30 Getting a new At token ...
2018/07/13 07:40:31 At token taken
2018/07/13 07:40:31 Done (0 files uploaded, 0 files ignored, 0 errors)
-upload absolute path of one image
./github.com/simonedegiacomi/gphotosuploader/bin/gphotosuploader -upload /path/to/directory/11R.jpg
2018/07/13 07:40:52 Auth file loaded, checking validity ...
2018/07/13 07:40:54 Auth file seems to be valid
2018/07/13 07:40:54 Getting a new At token ...
2018/07/13 07:40:55 At token taken
2018/07/13 07:40:55 Done (0 files uploaded, 0 files ignored, 0 errors)
--upload directory name
./github.com/simonedegiacomi/gphotosuploader/bin/gphotosuploader --upload /path/to/directory
2018/07/13 07:41:15 Auth file loaded, checking validity ...
2018/07/13 07:41:17 Auth file seems to be valid
2018/07/13 07:41:17 Getting a new At token ...
2018/07/13 07:41:18 At token taken
2018/07/13 07:41:18 Done (0 files uploaded, 0 files ignored, 0 errors)
--upload absolute path of one image
./github.com/simonedegiacomi/gphotosuploader/bin/gphotosuploader --upload /path/to/directory/11R.jpg
2018/07/13 07:41:23 Auth file loaded, checking validity ...
2018/07/13 07:41:25 Auth file seems to be valid
2018/07/13 07:41:25 Getting a new At token ...
2018/07/13 07:41:26 At token taken
2018/07/13 07:41:26 Done (0 files uploaded, 0 files ignored, 0 errors)
Test environment
go version
go version go1.6.2 linux/amd64
uname -r
4.13.0-43-generic
os
Ubuntu 16.04
I've tested with main.go but it had same result like above.
The text was updated successfully, but these errors were encountered: