Create a Folder in Google Drive via API
Hello, I am trying to create a folder in Google Drive via API with below code:
But I am getting this error.
{"error":{"code":401,"message":"Login Required","errors":[{"reason":"required","domain":"global","locationType":"header","location":"Authorization","message":"Login Required"}]}}
I am using the API key I created in Google API
How do i fix this problem? Thanks!