alist icon indicating copy to clipboard operation
alist copied to clipboard

onedrive由别人共享的文件,无法通过挂载下载吗

Open liaojiaxin97 opened this issue 1 year ago • 6 comments

Please make sure of the following things

  • [X] I have read the documentation.
  • [X] I'm sure there are no duplicate issues or discussions.
  • [X] I'm sure this feature is not implemented.
  • [X] I'm sure it's a reasonable and popular requirement.

Description of the feature / 需求描述

onedrive由别人共享的文件,无法通过挂载下载吗

Suggested solution / 实现思路

No response

Additional context / 附件

liaojiaxin97 avatar Oct 17 '24 01:10 liaojiaxin97

微信截图_20241017095307 微信截图_20241017095324

liaojiaxin97 avatar Oct 17 '24 01:10 liaojiaxin97

使用 --onedrive-shared-with-me 选项

rclone 提供了一个选项,可以直接列出共享给你的文件和文件夹,方便从中直接下载。

你可以使用 --onedrive-shared-with-me 来列出共享的文件和目录:

rclone lsd onedrive: --onedrive-shared-with-me

这将列出所有共享给你的目录。

找到需要的共享目录后,可以使用 copysync 命令下载共享的文件夹:

rclone copy onedrive:"Shared Folder Name" /path/to/local/destination --onedrive-shared-with-me

使用 rclone link (仅限公开分享链接)

如果分享链接是公开的,你可以使用 rclone link 命令查看这个链接,然后直接使用这个公开链接来下载。不过,这种情况通常只适用于公开的单个文件或目录,且必须是无需登录即可访问的链接。

BlueSkyXN avatar Oct 17 '24 02:10 BlueSkyXN

使用 --onedrive-shared-with-me 选项

rclone 提供了一个选项,可以直接列出共享给你的文件和文件夹,方便从中直接下载。

你可以使用 --onedrive-shared-with-me 来列出共享的文件和目录:

rclone lsd onedrive: --onedrive-shared-with-me

这将列出所有共享给你的目录。

找到需要的共享目录后,可以使用 copysync 命令下载共享的文件夹:

rclone copy onedrive:"Shared Folder Name" /path/to/local/destination --onedrive-shared-with-me

使用 rclone link (仅限公开分享链接)

如果分享链接是公开的,你可以使用 rclone link 命令查看这个链接,然后直接使用这个公开链接来下载。不过,这种情况通常只适用于公开的单个文件或目录,且必须是无需登录即可访问的链接。

你好,请问在哪里输入--onedrive-shared-with-me,或者有什么关于rclone的说明文档可以查看?

liaojiaxin97 avatar Oct 17 '24 03:10 liaojiaxin97

我现在有两个窗口,一个是cmd命令行,一个是alist的管理后台

liaojiaxin97 avatar Oct 17 '24 03:10 liaojiaxin97

rclone

rclone

BlueSkyXN avatar Oct 17 '24 03:10 BlueSkyXN

有这个功能了呀 Alist可以直接挂载OneDrive分享链接 https://github.com/AlistGo/alist/pull/6793

Simonzhang8 avatar Oct 17 '24 04:10 Simonzhang8