Nternal Sever Error while creating folder in frappe/drive project

while creating a folder in frappe drive project, I faced this error “Internal sever error”

The error in the console is like this

while the error in the network tab is like this:

  1. Request URL:
    http://mysite.localhost:8000/api/method/drive.api.files.create_folder
  2. Request Method:
    POST
  3. Status Code:
    500 INTERNAL SERVER ERROR
  4. Remote Address:
    [::1]:8000
  5. Referrer Policy:
    strict-origin-when-cross-origin

and payload in the network tab is like this
{title: “test”, parent: “”}

I installed frappe/drive repo and I faced this error immediately without editing on the code from my side

why is that happened? and how to fix that?