-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi,
I start to test PowerShellGallery-Onedrive. All works as expected except that I got windows poping up while running.
During
$Auth = Get-ODAuthentication -ClientID xxx -AppKey yyy -RedirectURI http://localhost/login -RefreshToken $Auth.refresh_token -AutoAccept
I got a white empty window with title "Authenticate to onedrive" . It stays fews seconds then goes.
During
$Response = Add-ODItem -AccessToken $Auth.access_token -LocalFile $file -Path $path
I got a small green process window that stays less than 2 sec, hard to see what it is exactly about.
Have a trick or an idea to ge tread of theses windows to run my script without any window. Many thanks.
Metadata
Metadata
Assignees
Labels
No labels