What is your goal?
*Upload an image to GHL media storage from Google drive. The image url is set to public and saved on Google sheet for mapping.
*I tried Google Drive > Download a file > HTTP Make a request to https://services.leadconnectorhq.com/medias/upload
*Are there any alternative to put the image from Google drive to GHL media storage aside from my current scenario?
What is the problem & what have you tried?
*I am receiving an error. I asked LLMs what the error is, and it says the API token should be from the agency and not a “pit-”. I am using a GHL subaccount.
*From the Google Drive module, my File ID is {{get(split(get(split(3.49; “/d/”); 2); “/”); 1)}}
*From HTTP request, I used multipart/form-data but I’m not sure the correct “Body Content”
Field 1:
Name: File
Field Type: File
File: Map
Data: 21.Data
File Name: 21.Name
Field 2:
Name: Host
Field Type: Text
Value: True
Error messages or input/output bundles
Error that I received:
“InvalidConfigurationError
Unauthorized
{“statusCode”:401,“message”:“This route is not yet supported by the IAM Service. Please update your IAM config.”}”
