Hi, there.
I am building an app that can upload files (pdf, png, jpg, docx, xlsx, pptx, etc.) to Google Drive.
I used the following Drive API for uploading.
When I sent the file as binary with Postman, the uploading succeeded and the file could be opened in Drive.
(But why is the file name “Untitled”?)
However, I can’t send binary by API Connector, right? I tried to send a file as form-data.
As a result, a response is returned, but the uploaded file cannot be opened in Google Drive.
(I did not set Content-Length
because adding it would cause timeout.)
Is it possible to upload files from Bubble to Google Drive? Any advice would be appreciated.
Thanks.