Skip to content
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

cloud storage sync #71

Open
d3m3vilurr opened this issue Apr 15, 2018 · 3 comments
Open

cloud storage sync #71

d3m3vilurr opened this issue Apr 15, 2018 · 3 comments

Comments

@d3m3vilurr
Copy link
Owner

No description provided.

@Monumilnides
Copy link

Google drive maybe?

@falkenhawk
Copy link

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

@IngwiePhoenix
Copy link

Syncing to a cloud storage provider requires either:

  • Implementation of OAuth,
  • or implementation of HTTP BasicAuth (with password hashing)
  • or implementation of JWT and REST methods (plain cURL, really)

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! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants