You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ This runs a headless browser in the background with an HTTP server which [rclone
12
12
13
13
First [install rclone](https://rclone.org/install/) and set it up with [google photos](https://rclone.org/googlephotos/).
14
14
15
+
You will need rclone version v1.69 or later. If v1.69 hasn't been release yet then please use [the latest beta](https://beta.rclone.org/).
16
+
15
17
Next download the latest gphotosdl binary from the [releases page](https://github.com/rclone/gphotosdl/releases/latest).
16
18
17
19
You will need to run like this first. This will open a browser window which you should use to login to google photos - then close the browser window. You may have to do this again if the integration stops working.
@@ -40,7 +42,7 @@ Then there is another `gphotosdl` running or there is an orphan browser process
40
42
41
43
## Limitations
42
44
43
-
- Currently only fetches one image at once. Conceivable could make multiple tabs in the browser to fetch more than one at once.
45
+
- Currently only fetches one image at once. Conceivably could make multiple tabs in the browser to fetch more than one at once.
44
46
- More error checking needed - if it goes wrong then it will hang forever most likely
45
47
- Currently the browser only has one profile so this can only be used with one google photos user. This is easy to fix.
0 commit comments