Automating downloading of a file and uploading to google sheets - email

I receive CSV files via a link (not attachment) in my email, I'm looking for a solution that would automate the process of downloading these links and turning around and uploading them to google sheets.
So far I've tried some solutions involving Keyboard Maestro and Zapier, but can't quite figure it out. Is there an obvious tool for this kind of automation that I'm missing?
Thanks!

Related

Uploading files to Sharepoint Online using PowerShell

i am trying to upload files to a Sharepoint Online document library.
can anybody help me in achieving this? i have tried different scripts, but keep getting errors
Thanks

Previewing files so as not to require download

Facebook has a nice way to preview powerpoint files.. It goes to a microsoft link, e.g. link. You can browse the presentation etc, all very nice and useful for the user and Facebook.
However, I cannot find any sort of API doing that with microsoft.
I found this blog post, which is kindof what I want, but its not referencing any API that I can use to produce this programmatically.
I have a website which users can store files (also powerpoint presentations) and would like them to be able to preview it.
Has anyone got any experience with this? Preferably not going through microsoft route (if possible)..

PDF to jpg conversion without ImageMagik

I have a client that is really wanting thumbnails of uploaded PDF files on their site. Unfortunately the host does not / will not support ImageMagik as part of their hosting. They do support GD but that's not helpful in this situation.
Has anybody run across this problem before? Any suggestions or recommendations? Almost every solution I come across for doing PDF > jpeg conversion involves ImageMagik.

I need some advice about DOCX format sync(iOS) for using google drive api. Anyone can help me?

Using DOCX to make sync, Insert, Download, Update works find but JPEG image header disappears. Questions is that is it forced to get rid of on the server while converting JPEC header?
I’m using mimeType as "application/msword".
Ask Google Drive product questions on the Google Drive product forums.

HTTP file upload taking component for iOS

I noticed the functionality on some PDF viewer for iOS. You can actually turn phone in server and upload files there from a normal computer. I found HTTP server implementation from iOS on Google site, so implementing upload accepting functionality isn't a big deal for me. However I would like to save couple hours of my time, so if somebody could point me to ready to use solutions in sources, I will own you a bottle of your favorite beer.
It looks like I will have an extra beer this weekend. No I didn't create one, but i found one
enter link description here
Actually I found bunch of them, but this one seems has upload handling code which was my goal. If somebody found a better server solution, then do not hesitate to share with me.