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

[owncloudcmd] Add examples (oC10, oCIS, Spaces) #319

Open
michaelstingl opened this issue Jan 12, 2023 · 3 comments
Open

[owncloudcmd] Add examples (oC10, oCIS, Spaces) #319

michaelstingl opened this issue Jan 12, 2023 · 3 comments
Milestone

Comments

@michaelstingl
Copy link
Contributor

michaelstingl commented Jan 12, 2023

Command Line Client would be more useful with some examples:

  • Typical oC10
  • oCIS Personal Space
  • oCIS Share Space
  • oCIS other Space

Where to find the correct parameters?


Prerequisite:

oCIS improvements:

Client improvements:

@michaelstingl michaelstingl added this to the 3.0 milestone Jan 12, 2023
@fmoc
Copy link
Contributor

fmoc commented Jul 26, 2023

Here are a few examples:

# oC 10 (both basic and OAuth2)
> testpilotcloudcmd -u admin -p admin localdir/ https://demo.owncloud.org
> testpilotcloudcmd -u admin -p admin localdir/ https://demo.owncloud.com

# oCIS (caution: plain password authentication does not work with OIDC)
> testpilotcloudcmd -u admin -p admin --server https://demo.owncloud.com localdir/ https://ocis.owncloud.com/f/166d1210-cdb9-50ab-9f1e-ecb9ef12a304$534bb038-6f9d-4093-946f-133be61fa4e7
# the remote URL that needs to be specified must be fetched from the https://ocis.owncloud.com/graph/v1.0/me/drives endpoint
# there is one "webUrl" entry per available drive
# this can be done for instance by logging into the web client and monitoring the requests made to the server
# personal space is listed by the endpoint as personal/<username>
# shares is listed as virtual/shares
# all other shares are listed as project/<spacename>

@mmattel
Copy link
Contributor

mmattel commented Sep 20, 2023

We wait until web can offer an URL that can easily be used accessing the URL.
See:

@michaelstingl michaelstingl modified the milestones: 3.x, 6.x Nov 16, 2023
@michaelstingl
Copy link
Contributor Author

Client improvements:

Scheduled for upcoming 6.0 release

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