Show full path in messages

When there’s a message regarding a file, either that it syncs or there’s an error and you click the name for details you get some details of the file/error. But the path to the file is not mentioned. This can be frustrating if you have a large folder structure and critical if you have files with same name in different folders.

3 Likes

Hi,
Thanks for the feedback. We plan to change these types of dialogs to make it easier to track down the files that are cited in the message.

2 Likes

Dear Tony,

Is it possible to change the CLI to show the full path of the files that show up in the status?

Friendly regards,
Paul

Hi @tulipit,
Yeah this is possible. The odrive CLI is available in its python code form, and it can be modified to show the uploads and downloads as full local paths.

Here is an example on my fork of the CLI code: https://github.com/amagliul/odrive-utilities/commit/1377ad3cb01e1276f4735a59716f53dfdf78c762

1 Like