How to download onedrive files on colab or linux

When I tried to download the files of the onedrive network disk on colab, the following problem occurred:

The solution is as follows:

  1. Use the shortcut key ctrl shift i on onedrive, as shown in the figure:

2. Click to download

3. Right-click on the file shown, remember to cancel the download, then select copy, and then click copy as curl

4. Paste the copied command into colab, remember to add colab!, then paste it into the Linux command line, and finally add --output file.extension, where file.extension is the name of the file you want to save. .

After the download is complete:

Guess you like

Origin blog.csdn.net/qq_60943902/article/details/128649106