Vimeo API: Can't upload video - “No user credentials were provided.” (8003)
问题 I'm trying to upload a video from my ReactJS application to Vimeo but I'm getting a "No user credentials were provided." error (8003). I followed this guide from the Vimeo API: https://developer.vimeo.com/api/upload/videos#form-approach My code (for the first step of uploading a video): const accessToken = "74a218e620507395c78219ab9421639c"; const size = form.file.size; // size of video in bytes axios .post("https://api.vimeo.com/me/videos", { headers: { Accept: "application/vnd.vimeo.*+json