Skip to main content

Is there any way to upload pictures or files from my local machine via the API?

 

Looking into using Sharepoint’s API as a workaround assuming Adaptivework’s API doesn’t have this capability. But wanted to see if this is a functionality allowed by Adaptivework’s API or if there are any other good workarounds in the community

 

Thanks!

Hey ​@JustinTemaat 

Yes, you can upload files from your local machine to AdaptiveWork using the API as it supports both uploading and downloading files, with a size limit of 5 MB per file. To accomplish this, you'll need to use the “Upload” API endpoint, which enables you to transfer files directly from your local machine to AdaptiveWork.
 

For more information, these articles might help:

Web Services API Guide Version 2 - Documents Upload & Download

REST API Guide Version 2


Reply