You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, modify plexdrive upload script to allow / fix mount the folder specified in RCLONE_CLOUD_ENDPOINT if encryption are disabled.
Actually:
plexdrive $mongo $plexdrive_options "${cloud_dir}" &
Fixed:
We need to determine folder id or use another environment like PLEXDRIVE_CLOUD_ENDPOINT
plexdrive $mongo $plexdrive_options "${cloud_dir}" --root-node-id $folder_id_to_mount &
The text was updated successfully, but these errors were encountered:
Please, modify plexdrive upload script to allow / fix mount the folder specified in RCLONE_CLOUD_ENDPOINT if encryption are disabled.$plexdrive_options "$ {cloud_dir}" &$plexdrive_options "$ {cloud_dir}" --root-node-id $folder_id_to_mount &
Actually:
plexdrive $mongo
Fixed:
We need to determine folder id or use another environment like PLEXDRIVE_CLOUD_ENDPOINT
plexdrive $mongo
The text was updated successfully, but these errors were encountered: