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

Endpoint with opener? #85

Closed
mokko opened this issue Oct 29, 2023 · 2 comments
Closed

Endpoint with opener? #85

mokko opened this issue Oct 29, 2023 · 2 comments

Comments

@mokko
Copy link

mokko commented Oct 29, 2023

I wonder if I can set the endpoint somehow when uing the opener?
with opener.open_fs(f"pcloud://{user}:{pw}@/") as pcloud_fs:
Thanks

@ikwyl6
Copy link

ikwyl6 commented Jan 3, 2025

I haven't looked at this in a long time but I had to hardcode mine in Tom's api code for this to work for me (still the case) to use EU endpoint when not physically located in the EU..

@tomgross
Copy link
Owner

tomgross commented Jan 3, 2025

This was fixed with the newest version 1.4 with opener.open_fs(f"pcloud+eapi://{user}:{pw}@/") as pcloud_fs:

If you use and ❤️ my software, consider buying me a coffee ☕ https://www.paypal.com/paypalme/tomgross42

@tomgross tomgross closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants