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 information? 👀 | 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 information? 👀 | 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
- Customer Resources
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives