Okay
  Public Ticket #3127652
Wplms S3 Download problem.
Closed

Comments

  • Rasel started the conversation

    Sometimes or some of my students face problems downloading pdf from my site. I am using S3. Access denied Error message. What is the problem? Please help me. Can you tell me how to add files from my Google drive like S3?  

  •  390
    Ripul replied

    Increase the duration of the PDF asset in your units. 

    The time to download the PDF to the browser for display seems less than the time you have allocated to the asset.

    Remove the PDf, and re-add it to the unit this time with more time.

    S3 has a special feature called "Expiring links" which means the user can not download the PDf after sometime from your device.

    For Google Drive, you can upload PDF in google drive and add a direct link in the unit via embed function.

  •   Rasel replied privately
  • [deleted] replied

    Hi this is how you can embed pdf : 

    https://somup.com/c3QroXUCLs


    in the video the url was wrong but the method is correct . 


  • Rasel replied

    Thanks. but it's page size is so small. 

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .course_content_content .vibe_editor_shortcode iframe{
        width:100%;
        height:500px;
    }


  • Rasel replied

    It doesn't work. 

  • [deleted] replied

    fixed same code worked .

  • Rasel replied

    now it works..