You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upload images to drive. The server is running Express inside a Docker container behind Nginx.
To authenticate, I'm using Service Account with full permissions to every folder I've tested.
Issue
I receive a perfect 200 status every time. The image that's uploaded is never the actual image. Instead it contains the following redirect html body
<html><head><title>301 Moved Permanently</title></head><body><center><h1>301 Moved Permanently</h1></center><hr><center>openresty</center></body></html>
Tested & Working
I've tested both simple and multipart uploads.
I've also tested uploading to both personal and shared drives
Both of these methods work. The file shows up in the correct folder, just with invalid data.
Overview & Techstack
I'm trying to upload images to drive. The server is running Express inside a Docker container behind Nginx.
To authenticate, I'm using Service Account with full permissions to every folder I've tested.
Issue
I receive a perfect 200 status every time. The image that's uploaded is never the actual image. Instead it contains the following redirect html body
Tested & Working
I've tested both simple and multipart uploads.
I've also tested uploading to both personal and shared drives
Both of these methods work. The file shows up in the correct folder, just with invalid data.
Recreation Steps
The text was updated successfully, but these errors were encountered: