← Back to all provider errors
Google
notDownload — Incorrect Download URL
The request was sent to a /download/* path but is not actually a media download request.
Riposte solution
You attempted a non-download request on a download URL. For example, calling a /download/ endpoint without actually downloading media. If using Riposte, ensure you're using the correct endpoint for the operation (Riposte abstracts away Google-specific URIs, so this likely indicates misuse of Google API outside of Riposte). Use the normal endpoint for non-download operations, and the /upload or proper download endpoints only when needed.
Quick facts
- Provider
- Endpoint / surface
- Google API (global)
- Status code
- 400
Why it happens
Using a /download URL for a non-download request
How to fix it
Remove '/download' from the request URL or ensure you are performing a media download correctly