Skip to content

Commit

Permalink
Merge pull request O365#386 from ryannowarm/patch-1
Browse files Browse the repository at this point in the history
Fix bad onedrive example
  • Loading branch information
Alejandro Casanovas authored Jan 11, 2020
2 parents e4914bb + 5aabc43 commit f56d8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ storage = account.storage() # here we get the storage instance that handles all
drives = storage.get_drives()

# get the default drive
my_drive = storage.get_default_drive() # or get_drive('drive-id')
my_drive = drives.get_default_drive() # or get_drive('drive-id')

# get some folders:
root_folder = my_drive.get_root_folder()
Expand Down

0 comments on commit f56d8f7

Please sign in to comment.