Max Kozlov
Max Kozlov
there is another place for this patch, inside the cycle ``` powershell for ($i=1; $i -lt $totalPages; $i++) { $newRequest = $Request.PSObject.Copy() $newRequest.URI = $newRequest.URI + "?&page=$($i+1)" $bytes = (Invoke-WebRequest...
@ngetchell seems you missed my last comment - v3.0.1 still have a bug with pages2+
Sorry, can't check it now. You may try to use `Get-GDriveItemProperty -Property webViewLink, webContentLink` to get this link
If this is not what you want and you know how to do this, please link to the doc, I'm try implement this in the module
Since google update it's authorization form cmdlet `Request-GDriveAuthorizationCode` seems doesn't work in unattended mode
>I tried to upload some files with gci -path ... -recurse what do you mean ? `Add-GDriveItem` does not support pipeline for now
I move pipeline discussion to another topic for consistence (#7) ...And about authorization. The idea of `Request-GDriveAuthorizationCode` was to automate getting the code, but this procedure should stay manually controlled...
@haranadh2501 did you read the instructions in readme? what exactly remained incomprehensible?
I use files layout like `/etc/ansible.projects`: ``` roles/ playbook.yml ``` where my own roles inside `roles/` folder above, and galaxy roles inside `/etc/ansible/roles` and I get a bunch of lint...