I was writing a script for automatically updating the data in the confluence page
Now I need to add some of the image file (png) to confluence page
1. I cannot directly take from the local storage
2. I need to add images in the confluence attachments and then I need to add the file in confluence
For the second option I need to know how I can add images from my excel file directly to confluence attachments using script
This is the documentation of the REST API call which creates a new attachment:
As you see you have to pass the attachment content in the request body. For that, you have to be able to read that from the Excel file.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.