It is always good practice to store and retrieve all your credentials in/from a credential manager. Let's learn how to do this for the Google Vision credentials we just got. We will use Windows Credential Manager in this project.Â
Windows Credential Manager is like a "locker" where you can store usernames, passwords, and other sensitive information. These credentials can be used by Windows itself or by other applications, such as UiPath in this case.
UiPath has integration with Windows Credential Manager, which means you can create, query, or delete credentials using UiPath activities. Perform the following steps to store the Google API credentials we retrieved earlier in Windows Credential Manager:
- Go to the Windows Control Panel and search for Credential Manager. Click on the Credential Manager application. On the window that pops up, go to the Windows Credentials tab. Then, look for Generic Credentials and...