gopro / OpenGoPro

An open source interface specification to communicate with a GoPro camera with accompanying demos and tutorials.
https://gopro.github.io/OpenGoPro/
MIT License
690 stars 151 forks source link

Provide GoPro Cloud Service API #177

Open tenninebt opened 2 years ago

tenninebt commented 2 years ago

Is your feature request related to a problem or use case? Please describe. GoPro Quik for desktop is not maintained anymore. I would like to create an alternative with more features. To be able to do so, I need to have an API to be able to use the GoPro Cloud Service (For users with a Plus Subscription).

Describe the solution you'd like An API giving access to the media stored in the cloud (List/Get Metadata/Download/Upload/Update/Delete)

Describe alternatives you've considered None available that I know of.

Additional context Please refer to first question/answer.

KonradIT commented 2 years ago

Already reverse engineered: https://github.com/dustin/gopro-plus

tenninebt commented 2 years ago

I saw it, but it is not an official support, it might become incompatible or obsolete anytime. Moreover, GoPro might block the access anytime as it is not meant to be a public API.

tcamise-gpsw commented 1 year ago

The current scope of Open GoPro is limited to Camera interface API. So this is currently out of scope but I will leave this open in case this changes.

sid-geospoc commented 1 year ago

Hi devs,

Is there anything on your roadmap to add not only GoPro Cloud, but also any cloud such as AWS/Azure/Google , basically any URL as required by the user?

This is in relation to using any cloud url to upload data from GoPro to any personal cloud.

tcamise-gpsw commented 1 year ago

Hi. No, the scope has not changed since my last comment: Open GoPro is still solely focused on communicating with the camera.

Fougl commented 1 year ago

Already reverse engineered: https://github.com/dustin/gopro-plus

Does this still work today?