Hi guys, I'm sure you're tired of my emails. To recap, I'm coding an app for Northwestern University who is trying to transition to OwnCloud. The app converts videos stored on our OwnCloud instance using ffmpeg. It now works with encryption on as well.
It works by using \OC\Files\Filesystem::file_get_contents($path) to pull the video data, then converts it, and reuploads it as a new file. This works on local OwnCloud accounts. However, when trying to use file_get_contents on our LDAP authenticated users, it returns an empty file. Thoughts? Thanks in advance, Sean Bowen-Williams
_______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
