Since web app (plus.gopro.com) only provides very inconvenient way to download bulk. You still have to click save for each video. Also when attempting to copy those videos to Google Photos, they end up at the file download moment in the timeline, not when it was actually recorded.
Here's quick and dirty electron app to bulk download videos from GoPro Plus cloud storage.
Download portable build from github releases https://github.com/Woyken/GoProPlusVideoDownload/releases/latest
Here are the steps:
Download and install YARN 1.x.
- yarn install
- yarn run start
You login in official GoPro website. When it redirects to media list, we intercept the redirect, and pull out the access token cookie.
All further requests are made directly to GoPro's backend using the access token.