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

Feature Request: Add information about file creator/last editor as extended file attributes #2719

Open
PMunch opened this issue May 8, 2024 · 2 comments

Comments

@PMunch
Copy link

PMunch commented May 8, 2024

Is your feature request related to a problem? Please describe.

I'm using this to sync our company Sharepoint to my machine so I can more easily work with the files there. One thing I noticed which was missing was information about who last edited a file. This information can be very useful from time to time.

Describe the solution you'd like

When files are downloaded or updated this program could store information about who last edited the file (and possibly other metadata) as extended file attributes.

Describe alternatives you've considered

There's not really any other place to store information like this.

Additional context

No response

@abraunegg
Copy link
Owner

@PMunch
This will require some investigations and will not make it into v2.5.0 - sorry.

You can however use --modified-by to see this data. Please read https://github.com/abraunegg/onedrive/blob/onedrive-v2.5.0-release-candidate-2/docs/application-config-options.md#cli-option---modified-by for details

@PMunch
Copy link
Author

PMunch commented May 9, 2024

No worries, just figured it would be a nice addition. Especially in combination with a file browser to display it (unfortunately my feature request to my current file browser doesn't seem to be going anywhere). Do you know if changing the extended attributes of a file would somehow mess with the sync? Otherwise it would be possible to write a script that checked each file and wrote the attributes. Not as clean or efficient as tying it into the syncing itself of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants