Skip to content

Commit dbe1487

Browse files
committed
Update Azure_app_signup_step_by_step.md
Delete 02.PNG Delete 03.PNG Delete 04.PNG Delete 05.PNG Delete 06.PNG Delete 07.PNG Delete 08.PNG Delete 09.PNG Delete 10.PNG Update README.md
1 parent a9dd113 commit dbe1487

11 files changed

+10
-10
lines changed

02.PNG

-79.8 KB
Binary file not shown.

03.PNG

-76.2 KB
Binary file not shown.

04.PNG

-51.3 KB
Binary file not shown.

05.PNG

-49.6 KB
Binary file not shown.

06.PNG

-95.6 KB
Binary file not shown.

07.PNG

-126 KB
Binary file not shown.

08.PNG

-64.3 KB
Binary file not shown.

09.PNG

-82.9 KB
Binary file not shown.

10.PNG

-74.6 KB
Binary file not shown.

Azure_app_signup_step_by_step.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,40 @@
1212

1313
2. Navigate to Azure Active Directory
1414

15-
![02.PNG](02.PNG)
15+
![02.PNG](/resources/02.PNG)
1616

1717

1818
3. Select App Registration
1919

20-
![03.PNG](03.PNG)
20+
![03.PNG](/resources/03.PNG)
2121

2222
4. Click New Registration
2323

24-
![04.PNG](04.PNG)
24+
![04.PNG](/resources/04.PNG)
2525

2626
5. Give a name to your app, set the redirect URL, and hit Registration button.
2727

28-
![05.PNG](05.PNG)
28+
![05.PNG](/resources/05.PNG)
2929

3030
6. Note down the client ID and go to API permissions.
3131

32-
![06.PNG](06.PNG)
32+
![06.PNG](/resources/06.PNG)
3333

3434
7. Click Add permissions, select Microsoft Graph.
3535

36-
![07.PNG](07.PNG)
36+
![07.PNG](/resources/07.PNG)
3737

3838
8. Choose Delegated permission.
3939

40-
![08.PNG](08.PNG)
40+
![08.PNG](/resources/08.PNG)
4141

4242
9. We will add Files.ReadWrite.All for our purpose.
4343

44-
![09.PNG](09.PNG)
44+
![09.PNG](/resources/09.PNG)
4545

4646
10. Now go to Authentication tab, and enable Access token. Click the save button, and now we are all set to go.
4747

48-
![10.PNG](10.PNG)
48+
![10.PNG](/resources/10.PNG)
4949

5050

5151
```python

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ else:
6161

6262
Looks all right. We have got the access token, and included in the HEADERS. You can print response to see more.
6363

64-
### List folders unde root
64+
### List folders under root directory
6565

6666
We will pring both directory names and item-d
6767

0 commit comments

Comments
 (0)