← Back to all provider errors
Google
notUpload — Incorrect Upload URL
The request was not sent to an upload URI, but it is an upload request (or vice versa).
Riposte solution
Likewise, you've used a normal URL for an upload operation, or vice versa. If you're uploading a file or message via Google API through Riposte, use the provided upload mechanism (Riposte's endpoints will handle this automatically if used correctly). Double-check that you're not manually forming Google URLs incorrectly; let Riposte handle upload vs. non-upload endpoint selection.
Quick facts
- Provider
- Endpoint / surface
- Google API (global)
- Status code
- 400
Why it happens
Using a non-upload URL for an upload request
How to fix it
Use the /upload/* URL for upload requests or remove the /upload prefix if not uploading media