"Get an ApplicationSecret instance by some means" for google-youtube3 crate #330
-
I was just wondering if you could provide more clarification on the state of the google-youtube3 code example in the readme. "Get an ApplicationSecret instance by some means" I'm new to rust and the youtube3 api and I'm not sure how I'd go about obtaining this instance in order to authenticate. Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
These crates probably assume prior experience with the usage of Google APIs, maybe that's something to improve on indeed. One will have to use the google developer console to associate APIs with an application and then download an application secret JSON file. That's roughly the steps to follow and should be enough to go on and I hope it helps. You are welcome to contribute adjustments to the documentation, there probably is a google manual to link to as minimal but significant improvement. |
Beta Was this translation helpful? Give feedback.
These crates probably assume prior experience with the usage of Google APIs, maybe that's something to improve on indeed.
One will have to use the google developer console to associate APIs with an application and then download an application secret JSON file. That's roughly the steps to follow and should be enough to go on and I hope it helps.
You are welcome to contribute adjustments to the documentation, there probably is a google manual to link to as minimal but significant improvement.