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

Is there some way to file uploads using Pydio Cells REST API? #30

Closed
Yamilquery opened this issue Nov 7, 2018 · 1 comment
Closed

Comments

@Yamilquery
Copy link

We were reading the endpoints of Pydio Cells Enterprise, however we did not find a way to upload files in the workspaces using the Cells REST API.

Could you teach us a little more on how to do it?

Thank you!

@cdujeu
Copy link
Member

cdujeu commented Nov 10, 2018

Hello @Yamilquery sorry for the delay
Basically, upload / downloads are done via the S3 api, thus not in the REST API. You have to use the s3 client of your preferred language, contacting the cells endpoint "yourinstall.tld", Bucket name is "io", apiKey is a JWT you have generated (like for the REST) and apiSecret is "gatewaySecret" (always the same, as the auth info is in fact contained in the jwt).
We try to keep github for qualified issues only, please use forum or the support interface on your pydio.com account instead for asking questions!
thx

@cdujeu cdujeu closed this as completed Nov 10, 2018
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