Problem to share data of a file stored in Google drive

Hi,
I want to send a google drive file to an HTTP module (Yousign electronic signature module). According to the Yousign API description, I have to store the file (which is the case with Google Drive) and send them only the content (data). Unfortunately, when I try to do this I get an error 400 => invalid parameters. Could you tell me what I need to send from Google drive ?

You’ll need to use Google Drive “Download a file” module to get the file content (data) first.

2 Likes

Hi Samliew,
Thank you but I dit it and it did not work…

Capture d’écran 2023-12-07 à 07.13.17|690x435

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

blueprint.json (282.7 KB)

[
{
“statusCode”: 400,
“headers”: [
{
“name”: “access-control-allow-origin”,
“value”: “*”
},
{
“name”: “allow”,
“value”: “GET, POST”
},
{
“name”: “cache-control”,
“value”: “no-cache, private”
},
{
“name”: “content-type”,
“value”: “application/json”
},
{
“name”: “date”,
“value”: “Thu, 07 Dec 2023 06:24:59 GMT”
},
{
“name”: “ratelimit-limit”,
“value”: “60”
},
{
“name”: “ratelimit-remaining”,
“value”: “58”
},
{
“name”: “ratelimit-reset”,
“value”: “1”
},
{
“name”: “server”,
“value”: “nginx”
},
{
“name”: “x-correlation-id”,
“value”: “42d43a5e-ddbc-48a1-91e3-e98ab16c5d77#603242”
},
{
“name”: “x-ratelimit-limit-hour”,
“value”: “1200”
},
{
“name”: “x-ratelimit-limit-minute”,
“value”: “60”
},
{
“name”: “x-ratelimit-remaining-hour”,
“value”: “1196”
},
{
“name”: “x-ratelimit-remaining-minute”,
“value”: “58”
},
{
“name”: “connection”,
“value”: “close”
},
{
“name”: “transfer-encoding”,
“value”: “chunked”
}
],
“cookieHeaders”: ,
“data”: {
“type”: “parameters_not_valid”,
“detail”: “You have some invalid params in your payload.”,
“invalid_params”: [
{
“name”: “file”,
“reason”: “This value should not be null.”
}
]
},
“fileSize”: 165
}
]

Hi @Romain_Dreyfus,

Have you tried this configuration:

Could you add a screenshot of the output bundle of the module 24 (Google Drive - Download a file)?

BR,

PBI

2 Likes