jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

What is credentials.storage? #43

Closed ajskateboarder closed 2 years ago

ajskateboarder commented 2 years ago

What is the credentials.storage file and what is it for?

Boldie commented 2 years ago

This file it used by oauth client to store your secrets. From the beginning, this file must not exist, but will be created on first logon to the system.

ajskateboarder commented 2 years ago

Ok thanks