Posts

Showing posts from April 6, 2019

How to say job offer in Mandarin/Cantonese?

Image
3 Google Translate says job offer is 工作機會. This doesn't feel right. How do you say job offer in Cantonese and Mandarin? mandarin cantonese share | improve this question asked 5 hours ago Crashalot Crashalot 922 2 8 14 add a comment  |  3 Google Tr

Youtube API request credentials

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 13 1 I created an python application that is using the Youtube api (so examples are in python, but doesn't really matter, the concepts should be the same). I managed to get it working where I can connect and make api calls. However, when I connect to the api, I have to define a flow that checks if a the credentials storage file exists. If it doesn't, then I have to manually sign in using the flow. After sign in the file (main.py-oauth2.json), is created with the token. I would like to be able to download the credentials without having to sign manually sign in. I was hoping there was a way to make a POST request for that toke