Save Gmail Email Attachments with Gmail API In Python

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

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

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

    Hands down, the best, clearest, most concise, pythonic video explaining this topic on TH-cam. Hats off to you Jie Jenn. Good Job !!!

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

    Hey bro ! Can you please what URLs you have added in your google console for "javascript_origins" and "redirect_uris", I am getting this constant error of "Access blocked: This app’s request is invalid" Thanks

  • @SothearaSOK-c8b
    @SothearaSOK-c8b 6 หลายเดือนก่อน

    Thanks to ur code I was finally able to download the attachments then uploading it on Google drive where user could do it on a web app that deployed on app engine! Especially the way u shown us the coding by going through the document is a good way as well.

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

      👍

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

    is there any way to download the pdf attachments and also to extract data from the pdfs into an excel sheet automatically

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

    Hey there - thanks for doing this video and for putting up the source code. However, when I try to import that google_apis package, it is not recognized. Any ideas why that would be? I have installed the default packages from the google documentation.

  • @shankrukulkarni3234
    @shankrukulkarni3234 2 ปีที่แล้ว

    I have to upload the email attachements to google cloud storage is it possible by following your video

  • @nadzman3059
    @nadzman3059 2 ปีที่แล้ว

    Thanks for the tutorial. Also, is it possible to get only latest email in my emails?

  • @lewi594
    @lewi594 2 ปีที่แล้ว

    This video should have a lot more views than it does.. great work sir.. very helpful!!!!

  • @giogobronidze7788
    @giogobronidze7788 2 ปีที่แล้ว

    Thanks, awesome tutorial. Could you please tell me how do i mange to get attachments based on the list of subject name of each email?

    • @giogobronidze7788
      @giogobronidze7788 2 ปีที่แล้ว

      I get everyday updated files with the same subject name so I need to get the updated attached files everyday.

    • @jiejenn
      @jiejenn  2 ปีที่แล้ว

      Gmail API itself is complicated, I might have to look into it. For the meantime, maybe this video might help th-cam.com/video/sqhlDf1maRo/w-d-xo.html.

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

    What is clients_secret.json.. What is in that

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

    how can we modify this code to read the messaes from a certain time stanmp onward or like not to redownload the same attachment again and again

  • @shuysnoopy
    @shuysnoopy 2 ปีที่แล้ว

    Can you upload your project to github? I really love your approach

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

    Great work, best approach I have see

  • @JennyX.-mu9vx
    @JennyX.-mu9vx ปีที่แล้ว

    Hi, I get a Network timeout error in the browser. Can you help me?

  • @egorbagaev4884
    @egorbagaev4884 2 ปีที่แล้ว

    that's nice! thanks you!

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

    Thanks mate. After so many hours wasted on googling, your video did all the work :)
    However the authentication method has changed, so you should do a new video on the authentication.

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

      Thanks for letting me know. Will probably make an updated video soon.

  •  2 ปีที่แล้ว +1

    thanks ad