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

Support pcloud storage backend #324

Open
dtantono opened this issue Aug 14, 2022 · 4 comments
Open

Support pcloud storage backend #324

dtantono opened this issue Aug 14, 2022 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dtantono
Copy link

Describe the bug
I tried to connect the webdav for Authpass client in iOS. But, it does not work on PCloud with 2fa activated

To Reproduce
Steps to reproduce the behavior:

  1. Go to Authpass
  2. Click on Yes, open my password
  3. Scroll down to Load from webdav
  4. See error

Expected behavior
it should work on PCloud with 2fa

Screenshots
Screenshot 2022-08-15 at 8 26 23

Smartphone (please complete the following information):

  • Device: iPhone SE2020
  • OS: iOS 15
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@hpoul
Copy link
Collaborator

hpoul commented Aug 15, 2022

are you sure pcloud supports 2fa for webdav? https://www.reddit.com/r/pcloud/comments/eah56g/2fa_and_webdav/

@hpoul
Copy link
Collaborator

hpoul commented Aug 15, 2022

(I don't even know how webdav is supposed to work with 2fa.. doesn't really make sense to me..)

@dtantono
Copy link
Author

or you can use their API https://docs.pcloud.com/ because I have other app like keepass2android that support PCloud protocol and they can communicate with Pcloud account with 2fa

@hpoul hpoul added help wanted Extra attention is needed good first issue Good for newcomers labels Aug 15, 2022
@hpoul
Copy link
Collaborator

hpoul commented Aug 15, 2022

Not really a priority for me right now.. but I'd hallily review PRs..
Adding support for another cloud storage backend is pretty straight forward, just needs to implement CloudStorageProvider:

abstract class CloudStorageProvider {

@hpoul hpoul changed the title it does not work on PCloud account Support pcloud storage backend Aug 15, 2022
@hpoul hpoul added the enhancement New feature or request label Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants