Download row level attachments through API
Hi @everyone
I am trying to download Row level attachments through API
But failed after trying different methods
If any one has a solution, please help here
Best Answer
-
Hi @chandu
I found some related discussions in the StackOverflow developer community that may help you:
- Smartsheet download attachment via Python
- What's the most efficient way to get all attachments from any row in every sheet using Smartsheet API?
- How can you get all the smartsheet attachments with one request
If none of these have helped you, I would recommend posting there with an example version of your script and the error that you're receiving.
Cheers,
GenevieveNeed more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Hi @chandu
I found some related discussions in the StackOverflow developer community that may help you:
- Smartsheet download attachment via Python
- What's the most efficient way to get all attachments from any row in every sheet using Smartsheet API?
- How can you get all the smartsheet attachments with one request
If none of these have helped you, I would recommend posting there with an example version of your script and the error that you're receiving.
Cheers,
GenevieveNeed more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hello, I am attempting the same thing. I am able to see the attachments in the sheet, but how do I now save the files in a folder?
-
Jen K, What you see when you query a sheet attachments is just a list of urls, not the actual files, the files are in a AWS S3 bucket and the link allows you to download them under a timer, that means the url expires a few minutes after you pull the information.
In order to put the files in a folder, you need to create some code (look up in google or stack overflow) that takes the url and perform a get (basically a download) of the file and puts them in a folder in your hard drive.
-
@chandu Have you had any success with downloading Row level attachments through API?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives