POSTing to a Specific Google Drive

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 :wave:

Welcome to the Postman Community! :postman:

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-

image

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.