Online base of questions for quiz game

Hello, I would like to create a quiz game in Unity and I have one question. Namely, I am interested in whether it is possible to have an online database of questions for the quiz (on Google Drive or one drive) from which my game can pull questions for the quiz, which will then be changed.

Of course it’s possible, yes. All it requires is the ability for you to make web requests from Unity, which you can do via Unity - Scripting API: UnityWebRequest

I found out way, thank you