I’m trying to create files using the Drive API, but it seems API connector doesn’t send body parameters, because the file is created successfully, but it is untitled and has no format type, and the body contains this proprerties.
When I test the method using the Google “Try this API” tool, it works properly, but when I copy the json body to bubble API connector, it does not.
This works (“Try this API” tool)
This doesn’t work (API connector)
Does anyone know what would be a solution for this case? I believe it is something simple I’m missing.
What I always do is set up the API call in postman first as that is the easiest way to test out api calls to make sure you have it right before going to bubble.
I’m not 100% sure this is the problem you’re having but let me know
API’s are dumb. That’s why postman is good because it doesn’t fill in any fields for you. Sounds like “Try this API” tool does do some guesswork for you.