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

Get recent files, shared files, created date of a file using an API #14636

Open
SibeeshVenu opened this issue Mar 12, 2019 · 1 comment
Open
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: files

Comments

@SibeeshVenu
Copy link

SibeeshVenu commented Mar 12, 2019

I am just trying to get all the recent files created by the user using the Nextcloud API. I am able to get the files, upload the files, download the files etc (for example using this API /nextcloud/remote.php/dav/files/{UserName}). But I could not find any API which can get the recent files. I am using the Nextcloud version 14. I am looking for an API like the following.

  • /nextcloud/remote.php/dav/files/{UserName}/recent.
  • /nextcloud/remote.php/dav/files/{UserName}/shared.

I am also trying to get the created date of a particular file via file properties , but I could find an option to find only the d:getlastmodified.

Any help is really appreciated. Thank you.

@SibeeshVenu SibeeshVenu added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Mar 12, 2019
@SibeeshVenu SibeeshVenu changed the title Get recent files using an API Get recent files, shared files, created date of a file using an API Mar 13, 2019
@ChristophWurst
Copy link
Member

Have a look at the APIs used by the files app. I doubt they are available for extern clients, though, so you'll have to write your own app or add these APIs.

@skjnldsv skjnldsv added 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Apr 10, 2020
@skjnldsv skjnldsv added this to Legacy bugs in Files to vue via automation Apr 10, 2020
@skjnldsv skjnldsv added enhancement and removed bug labels Apr 10, 2020
@skjnldsv skjnldsv moved this from Legacy bugs to Enhancements in Files to vue Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: files
Projects
Files to vue
  
Enhancements
Development

No branches or pull requests

4 participants