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

How to connect ipfs-api with public gateway? #142

Open
Linux-Server opened this issue Dec 23, 2023 · 1 comment
Open

How to connect ipfs-api with public gateway? #142

Linux-Server opened this issue Dec 23, 2023 · 1 comment

Comments

@Linux-Server
Copy link

Is it possible to connect ipfs-api with public api

for Ex:
let mut ipfs_client = IpfsClient::default(); ipfs_client.set_gateway("https://ipfs.io");

@0x43eba
Copy link

0x43eba commented Jan 13, 2024

The URL you are using is regular HTTP domain. You're going to want to set a local node on your device. There is no write access to that domain.

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

2 participants