Questions tagged [dailymotion-api]

The API to embed Dailymotion on a website or to query Dailymotion data

Dailymotion provides two APIs:

  • The Player API lets you embed Dailymotion videos on a web page.
  • The Data API (Graph API) lets you manipulate Dailymotion data (users, videos, players, …).
247 questions
2
votes
1 answer

Dailymotion API fulltext search : exclude keywords

Is there a way to search videos and exclude a list of keywords? I tried to exclude terms through the API by passing the search foo -bar : https://api.dailymotion.com/videos?search=foo+-bar But the response contains video that matches both foo and…
GuCier
  • 6,919
  • 1
  • 29
  • 36
1
vote
1 answer

How to create reports with Python SDK Api

I am trying to create reports with Python on dailymotion but I have error,According to my received error, renponse is empty. I don't get it. I guess, My user coudln't login to dailymotion. Please check error. {'data': {'askPartnerReportFile':…
Ali Poyraz
  • 13
  • 3
1
vote
1 answer

Unable to log in Dailymotion user using JS SDK

I have a React app from which I want to upload videos to the account of the logged in user. I have successfully done this retrieving tokens manually and calling the API but can't find a way to log in using the JS SDK in my React app. I present the…
sqr
  • 96
  • 7
1
vote
1 answer

Upload a file from URL to another server

I'm trying to upload a public video file from Amazon S3 to Dailymotion using a NodeJS Lambda function. AWS Lambda functions have a storage limitation: I can't download the whole video file locally on the serverless function and then send it to…
Jafar Abazeed
  • 142
  • 2
  • 11
1
vote
0 answers

Alternative to storing video files in cloud service

I'm building a video streaming platform for a niched audience. It's basically YouTube with a fence around it. Users are vetted based on quite strict criteria so content will be high quality and relevant. I've been using Firebase to store the videos,…
1
vote
2 answers

What's the purpose of setting expiry of client token if I can just refresh tokens everytime?

I'm using the Dailymotion API which uses Oauth2, their client tokens expire in 36000 seconds (10 hours), so I thought of creating new tokens for every call with the refresh token URL provided. Also, I didn't find any warnings in the documentation…
1
vote
0 answers

How can i retrieve correctly video tags with the js sdk?

I have an account where I have fake videos. I want to grab all videos with a specific tag (a year, or a place). I know all the tags for all the videos. But, when I use the API (either the API explorer either with the js sdk) to grab all videos with…
Thomas
  • 11
  • 1
1
vote
1 answer

Daily motion get iframe video

Is it possible to get player and use its api from the iframe which is already in the page? Their docs describe how to…
Toniq
  • 4,492
  • 12
  • 50
  • 109
1
vote
1 answer

Dailymotion : i want to play my private video in my android app through android sdk

I'm currently developing an android mobile app for an Education purposed , I want to play my private dailymotion video in side dailymotion Android SDK and i also read that private video will play with private id but i did not understand from where…
Deep Dave
  • 241
  • 2
  • 4
1
vote
1 answer

Simple GET method for DailyMotion API with Google AppScript is returning 503 error. How do I get it to work consistently?

Whenever I make the API request with GET method, it is returning a 503 error from Google AppScript. However, this same request is successfully getting response consistently when run from Postman or the web-browser. The AppScript code returns a JSON…
1
vote
1 answer

dailymotion api for video comments

I am working with the dailymotion api and wondered if anyone has experience with it to resolve an issue. i am literally collecting thousands of videos based on queries but for some reason, each time I query for comments on each video, the result…
vbNewbie
  • 3,291
  • 15
  • 71
  • 155
1
vote
2 answers

Getting dailymotion video URI from URL for downloading

I can't download the video from the video URL. As I understand, I have to get a URI to download the video but I am unable to find the URI from the Dailymotion url using Dailymotion API. URL url = new URL ("https://www.dailymotion.com/video/" +…
Hamza
  • 11
  • 5
1
vote
1 answer

Getting dailymotion videos exact same order with Dailymotion itself using API

I'm trying to make an aplication using Dailymotion API. I use video search and want to get them ordered like when you search on dailymotion itself but I think I couldn't find proper parameters. I tried these get…
1
vote
2 answers

Get Url from Dailymotion for LiveStream

Over here I can see liveStream in the browser, how do you get it running on VLC player? unfortunately tried several and it did not work out. maybe you have a tip for me or knows your other possibility possibly via curl or PHP
Janet
  • 11
  • 1
  • 3
1
vote
1 answer

Correct permission to upload thumbnail to Dailymotion through API

Although my account is a Dailymotion Partner I can't upload custom thumbnail along with video. As far as I can see from the API doc needs to have some permission to do this but which permission ? https://developer.dailymotion.com/api#video
1 2
3
16 17