booellean / grapesjs-video-embed-manager

A video embed manager plugin for grapesjs
MIT License
5 stars 1 forks source link

drag and drop shows the error #1

Open gaianraja opened 9 months ago

gaianraja commented 9 months ago

Hi,

Thanks. We integrated it and we got the error 412. please find our PluginOption.

`'grapesjs-video-embed-manager': { 
      preloader : 'https://gifimage.net/wp-content/uploads/2018/04/loading-icon-gif-6.gif',
      resources: ['youtube','vimeo','local'],
      per_page: 5,
      youtubeLoadCallback: (data) => data,
      youtubeLoadUrl: 'https://www.youtube.com/results?search_query=grapesJS'  /* is this correct? */
  },
  1. Can you please suggest how do get the list of default youtube, vimeo, local urls when drag-and-drop?
  2. If I want to upload the video file and access it local, how do we do it?

Thanks, Raja K

image

parth2bacancy commented 7 months ago

I also have same issue, Can you please check this feature?