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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ The sample shows you how to work with a user's files and folders on OneDrive. In
13
13
14
14
## Run the sample
15
15
16
-
1. Open a command prompt and type 'py -3' to make sure that you are running Python 3.5.
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 `py 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