-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Importing a backup from URL #228
Comments
Good idea, no need for that plugin. We can simply download the file and put it in the import task. |
qrcode reader can help here. |
So how would that work? We pop a file somewhere online & generate a qr code for it. Then they scan the QR code - it takes them to a browser - and the browser opens pasco app and imports? |
See also #89 |
Well, I was thinking for when the app is open already and they click on import with url. Then a dialog comes up with url text box and a qrcode reader button. |
Got you. So two techniques to implement:
|
Right. |
Interestingly this seems that the URL protocol is a little outdated - https://stackoverflow.com/a/11421402/1123094 - but whatever - I think we know what roughly we want it to do to work. |
Hmm.. I'm starting to wonder if this is better just dealt by making sure we have https://github.com/cowbell/sharedrop https://www.sharedrop.io/ - installed or bookmarked on the device.. Would be nice to integrate an import/export of sharedrop into pasco of course (or our own fork of it).. |
Closing in favour of #89 |
Having some problems helping clients open and restore zip backups that we’ve created. Not sure best approach - maybe using something like universal links plugin?
The text was updated successfully, but these errors were encountered: