d3m3vilurr / vita-savemgr

Dump / Restore for PSVita game save
GNU General Public License v3.0
362 stars 40 forks source link

cloud storage sync #71

Open d3m3vilurr opened 6 years ago

Monumilnides commented 6 years ago

Google drive maybe?

falkenhawk commented 6 years ago

oh i would really love such feature. Syncing between vita and ps tv would be so much easier...

IngwiePhoenix commented 5 years ago

Syncing to a cloud storage provider requires either:

For the different providers:

The biggest difficulty is really to establish a good REST interface to whichever service you want to use - which should easily be done with cURL++, if I am not too mistaken. By the way, I mentioned it above - you can find it here: https://github.com/vitasdk/packages

Maybe you can make use of this information! :)