Hello Everyone,
I am attempting to POST to a specific Google Drive with Postman.
When I run with the following URL I am successful. Even though they show as Untitled for some reason. I am assuming that is another issue.
https://www.googleapis.com/upload/drive/v3/files?uploadType=media
What I need to do now though is POST to a specific Shared Drive.
Does anyone have any idea how to do this?
Hey @pametalhead 
Welcome to the Postman Community! 
Iβm not sure about the request payload that youβre sending but doing a quick search, I can see a number of people mention using the supportsAllDrives: true
property.
Iβm not familiar with the Drive API to advise you any further.
Thanks Danny.
So interesting enough when I go to the URL.
It posts without no issue. I get a 200 response back!
My problem is I need to go to a Shared Drive that I was given access to from a customer.
I can see it on Google Drive when I go there manually-

Now I just need to figure out how to translate that into Postman.