Recording Data Export, "permission denied"
mocker26
oregon
Hello,
I'm working with the Cyton board and GUI to record simple data and save it, and I am able to save it to where it says it saves in the Documents/OpenBCI_GUI/Recordings, but I am unable to access it on my own. If I am navigating the Playback feature I can see all my recording sessions and play them back, but outside on my local file manager they aren't anywhere. Trying to copy the file gives me a "permission denied" even though I have admin access to my GUI. How can I export my data to a file I can view on my own?
Comments
Mentioning GUI developer, Richard @retiutut.
Are you running the GUI from another account than the one you normally use? Operating System?
I'm running on Ubuntu 22.04, and I am using my normal account.
Do you know how to use the Linux 'chmod' or 'chown' commands? You can probably fix the permissions issue with that.
https://help.ubuntu.com/community/FilePermissions
https://manpages.ubuntu.com/manpages/bionic/man1/chown.1.html
William
Got it. Thanks again.