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
{{ message }}
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: examples/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The sample shows you how to work with a user's files and folders on OneDrive. In
16
16
1. Open a command prompt and type `py -3` to make sure that you are running Python 3.5.
17
17
2. Press **CTRL**+**D** and **Enter** to exit _interactive mode_.
18
18
3. Navigate to where you downloaded the CommandLineFileExplorer.py sample. If you installed a .zip of the OneDrive SDK for Python, the file should be located in ../onedrive-sdk-python/examples/.
19
-
4. Type `py CommandLineFileExplorer.py` to run the sample.
19
+
4. Type `python CommandLineFileExplorer.py` to run the sample.
20
20
5. The app needs permissions to access your OneDrive. Click **Accept** in the browser to grant permissions access to your OneDrive.
0 commit comments