Skip to content

Commit

Permalink
update for v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneshayashi committed May 2, 2021
1 parent e397e72 commit 2a3af95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GSM.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -22394,7 +22394,7 @@ Specify the HTTP error code(s) that GSM should retry on. Note that GSM will alwa

.PARAMETER ReturnWhenReady
The Google Drive API returns the drive after creation immediately, but usually before it can be used in subsequent requests.
Setting this flag will make sure that the drive is ready to be used before returning it.
Setting this flag will cause GSM to try to to read the permission on the newly created drive to make sure that it is available before returning it.


.PARAMETER ReturnWhenReady_ALL
Expand Down Expand Up @@ -22522,7 +22522,7 @@ Specify the HTTP error code(s) that GSM should retry on. Note that GSM will alwa

.PARAMETER ReturnWhenReady
The Google Drive API returns the drive after creation immediately, but usually before it can be used in subsequent requests.
Setting this flag will make sure that the drive is ready to be used before returning it.
Setting this flag will cause GSM to try to to read the permission on the newly created drive to make sure that it is available before returning it.


.PARAMETER ThemeId
Expand Down

0 comments on commit 2a3af95

Please sign in to comment.