Canvas App: View PDF stored in SharePoint Document Library | No Flow

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 32

  • @17avskadoo
    @17avskadoo หลายเดือนก่อน

    Thanks a lot ! A million I would say. Usually any youtube learning video I found like functionality works great for the video creator but when user tries to do that, we fail for some reason.
    There are very rare video where you can follow along with the creator like you.
    The you followed with user developers thought process is a Marvel. Thanks 🥰

  • @adchrisakinyode5087
    @adchrisakinyode5087 ปีที่แล้ว +1

    Thanks Vinay for this video. How about attachment viewer?. Kindly, do video on that too.

  • @kevinjoseph9023
    @kevinjoseph9023 ปีที่แล้ว +1

    Super Cool technique… Exciting… However, I followed your steps and I do see the transformation of the url but the “Couldn’t Open PDF file” is still happening where I have not copied the url to the blob data column. Does this require pasting the URL for in every record in my library? Please advise… thanks

    • @lastminutecoders
      @lastminutecoders  ปีที่แล้ว

      Thankyou 💫....
      Sometime pdf opening take time.
      You can mail me where you are facing issue at lastminutescode@gmail.com
      *Please attach screenshots*
      No you don't have to paste URL for every record.

  • @PapaUsman
    @PapaUsman 5 หลายเดือนก่อน +1

    Nice one, your guide helped me figure out a problem.

  • @gopalakrishnanramamoorthy187
    @gopalakrishnanramamoorthy187 24 วันที่ผ่านมา +1

    PDF Viewer only work for developer . for users its does not work in this way .. pls suggest any other work around

    • @medfarjallah1207
      @medfarjallah1207 18 วันที่ผ่านมา

      Same problem pleasse help please

  • @danulienka4030
    @danulienka4030 11 หลายเดือนก่อน +2

    Thank you, it is a good idea, but..... I have 3 users with different rights for the SharePoint library (all can read, and some can edit) however, the "appres"... part is slightly different in one place for each of them.
    I do not know how to handle this...
    Has anybody already tackled this obstacle?

    • @lastminutecoders
      @lastminutecoders  11 หลายเดือนก่อน +1

      Most welcome..... Will look into it

    • @gregoirepesenti
      @gregoirepesenti 9 หลายเดือนก่อน +3

      in reza video, we can read that :
      "
      The problem is, as someone mentioned, that the appres string that is generated includes a unique user code embedded within the string. So while the hard coded appres string will work for the developer all day, it will not work for anyone else, as they will have a different string generated/required for them. SO....the solutions is to grab the appres code dynamically, for each user.
      This is what I used.
      On-select of the gallery, grab a variable
      Then in the Documents property for the PDFviewer split and append string as follows: (replacing the hardcoded appres string)
      First(Split(appresValue,"path=%252f")).Value&"path=%252f"&EncodeUrl(gallery.Selected.'Folder path' & gallery.Selected.'File name with extension')
      This solved it for me.
      "
      but still, I don't understand how to apply this solution

  • @jray1429
    @jray1429 7 หลายเดือนก่อน

    Great job!...Have you found a way to reduce the loading time?
    Thanks for the video!

  • @jishadjaleel1902
    @jishadjaleel1902 ปีที่แล้ว +1

    Thank-you for the tip...I have a doubt
    Does this way of viewing pdf will work when our app is published for users?
    Do we have to do any additional steps for working the same for them?
    Bcoz for me ...this method works only in my machine and not able to view pdfs when my app is published..

    • @lastminutecoders
      @lastminutecoders  ปีที่แล้ว

      Welcome💫...
      Does your users have read write access to the SharePoint?

    • @AsadRajput
      @AsadRajput ปีที่แล้ว

      @@lastminutecoders - yes they do but still it only works on my acc and not in any other acc.

    • @lastminutecoders
      @lastminutecoders  ปีที่แล้ว

      @@AsadRajput I tested and it is working with other acc as well...... you can mail your error at lastminutescode@gmail.com

    • @wissalbentefrit9383
      @wissalbentefrit9383 5 หลายเดือนก่อน

      u find a solution for that ?

    • @wissalbentefrit9383
      @wissalbentefrit9383 5 หลายเดือนก่อน

      @@AsadRajputplease help me

  • @ontheway9383
    @ontheway9383 6 หลายเดือนก่อน

    Thank you very much for this method. It works really well. But it can show on Android system and iOS can't work. Is there a way to make it display on iPhone or iOS?

  • @yodo94
    @yodo94 7 หลายเดือนก่อน

    Very interesting. Thank you so much.

  • @17avskadoo
    @17avskadoo หลายเดือนก่อน

    can you create advance version of it? When we deploy our project from Dev-QA-Prod we got Environment Variables for Share point channel and list.
    Share point we got 3 different Sites for QA, Test and Production.
    So the way you setup the Document property of PDF Viewer that static path will not work.
    Request you to help us to make this Piece Dynamic for Deployment stand point of view.

    • @medfarjallah1207
      @medfarjallah1207 18 วันที่ผ่านมา

      I have the same problem like you, how can i solve this for the users ??

  • @rayana5062
    @rayana5062 6 หลายเดือนก่อน

    hi, my pdf viewer comes out blurry do you have a solution for that?

    • @lastminutecoders
      @lastminutecoders  6 หลายเดือนก่อน

      In play mode also it's blurry

    • @rayana5062
      @rayana5062 6 หลายเดือนก่อน

      @@lastminutecoders yes, do you have a solution for that?

    • @lastminutecoders
      @lastminutecoders  6 หลายเดือนก่อน

      @@rayana5062 no there isn't any solution it should go away on its own

  • @rolysosa7777
    @rolysosa7777 ปีที่แล้ว

    THAAAAAAAAAAAANK YOU!!!