this application helps you to create a google token, first you have to create a service account in the google console and create a json key and download the json key
you can see the full guide in the google documentation https://developers.google.com/android/management/service-account
if you have successfully created a service account, don't forget to download the json key
you can also see the full guide on creating keyshttps://cloud.google.com/iam/docs/creating-managing-service-account-keys
When you successfully create and download, the file is entirely your responsibility,
you can delete the key file and create a new one at any time.
you can upload it into this application to make it easier for you to get a Google Token for your interests about the Google API
Next you have to provide access or scope to the service account mail, for example if you display google drive files or interact with google drive files on your website, you must share the folder on your google drive to the service account email
And if you need to interact with the files on your google drive, you can install the google drive integration service on forge , more details at the link https://www.outsystems.com/forge/component-overview/10259/google-drive-integration -service
You can do with the forge.
The file you uploaded will go into site properties with the json key file contents, if the uploaded file is correct and the token is obtained it will be entered into site properties and return the token value that was successfully obtained,
you just need to upload the json key file once, and you just call the Server action "Google Token" to get the token continuously, before you delete it
ATTENTION!
1. If you have managed to get the token, do the testing by calling the google api with the appropriate scope as you entered before, before using it in your application or company
2. If it works,
THEN YOU ONLY UPLAOD ONCE FOR 1 JSON FILE,
3. And you can use
“Google Token” only, to use the Token,
IF YOU UPLOOD THE FILE AGAIN, THEN THE PREVIOUS FILE WILL BE REPLACED