I am trying to extract data from a youtube channel to a google sheet for storage of basic data points such as: views, likes, date of publish etc. I am not sure how to handle the permission issue of having the job be scheduled to run 1x per week. Does anyone have any suggestions on how to proceed? I am able to get the code to work in google colab when i manually run the code, but when I tried to run it in google cloud scheduler, it won't work.