Hi,
I have a script (Apps Script) which is taking a file from Google Drive translates it and the result is written back to GoogleDrive as a new file.
For the translation I’m using the LanguageApp.translate which has a limit (per min and per day) for free tier. I am hitting this limit and threfore willing to use a premium tier as it’s suggests and connect it to the my GCP, but without any success.
What was done
- This script was added to a GCP project under my account in Apps Script settings
- billing was added this project in GCP
- I have enabled APIs for this project and Google translate is one of them, though i’m not sure what exactly LanguageApp.translate is using
Once the script is launched I see on GCP API monitoring that there are requests on Google drive API, but non on Google translation…
Any ideas (if it is possible at all) ?
10x
