
Cloud Storage file convert task in CloudConvert returns "message ...
I have excel xls files in GCS which I am trying to convert to csv using cloudconvert API. As such I am using the job builder in v2 API to create the necessary curl for extracting file from GCS,
Newest 'cloudconvert' Questions - Stack Overflow
May 16, 2025 · python cloudconvert google-apps-script cloudconvert javascript php jquery cloudconvert imagemagick imagemagick-convert cloudconvert php cloudconvert php …
CloudConvert API v2 The tasks field is required - Stack Overflow
Oct 7, 2021 · Uncaught CloudConvert\Exceptions\HttpClientException: tasks: The tasks field is required I need to send a file for conversion from my computer and receive html in response. …
node.js - Cloudconvert - Invalid signature error when using …
I'm attempting to upload a pdf through the cloudconvert API using nodeJS and request-promise. The request to get the upload URL and parameters is successful, but when I attempt to pass …
Using CloudConvert API in WordPress - Stack Overflow
Dec 12, 2017 · I am trying to use the CloudConvert API within a custom WordPress plugin. What I'd like to do is initialise all of the CloudConvert API stuff just once, on activation, and then be …
Problem making a .webm to .mp4 conversion page with …
May 18, 2025 · I am making a simple .webm to .mp4 conversion page called upload.html I am using CloudConvert API and my backend is using PHP. I have a convert.php to do the …
python - CloudConvert API import/upload task always marked as …
Mar 9, 2023 · This is my first time using the CloudConvert API, and I attempting to perform HTML to PDF file conversion. I have read/followed the official documentation as well used the …
CloudConvert API - When converting PDF to PNG, how do I know …
Jul 26, 2022 · When using CloudConvert to convert a PDF to PNGs, ie, there is more then one page in the PDF, CloudConvert will add a '-1' / '-2' to the end of each fileName ( prior to the file …
php - How to use CloudConvert API - Stack Overflow
Dec 26, 2019 · I'm a novice at this and simply do not understand how the require and use statements - which I copied from CloudConvert's API docs - actually work in the context …
cloundconvert api v2 in php return The tasks field is required
Oct 5, 2021 · We are trying to update to cloudconvert api v2 as the v1 is not working anymore from january 2022. I have been following their code and even used their online builder, which …