#Running into error with dropbox

1 messages · Page 1 of 1 (latest)

summer pier
#

Error fetching integrations: ComposioError: 💥 Oops! Internal server error on https://backend.composio.dev/api/v2/connectedAccounts/initiateConnection

metadata: {
fullUrl: 'https://backend.composio.dev/api/v2/connectedAccounts/initiateConnection',
method: 'POST',
statusCode: 500,
requestId: '5f399821-cfd0-44b2-ab06-293c515718a2',
metadata: { responseTime: 212, responseSize: 0 }
},
errCode: 'BACKEND::SERVER_ERROR',
description: 'Your request could not be processed due to an internal server error.',
possibleFix: 'Please try again later. If the issue persists, contact support.',
timestamp: '2025-05-19T01:42:07.583Z',
errorId: 'd63982fe-e395-4f75-8a45-39c63bebcbd2'
}

This has now been happening for 3 days

ripe ermineBOT
#

Hey, can you provide us with more details like the app you are trying to connect and make sure you are using the Integration ID(Dashboard>apps>{{Your app}}>Integrations).

summer pier
#

dropbox

#

i am using integrated id

#

integration id

indigo mason
#

Hey @summer pier, could you share the code snippet you're using for initiating the connection?

indigo mason
#

Hey @summer pier — could you re-try by passing these fields?

const res = await toolset.connectedAccounts.initiate({
    entityId: "<entityId>",
    authMode: "OAUTH2",
    integrationId: "<integrationId>",
    redirectUri: "<redirectUri>"
})

Lmk if that worked for you.

summer pier
#

will do

#

i am using white label @indigo mason, is that okay?

indigo mason
#

Yup

summer pier
#

data {
integrationId: '2fd75c00-ac74-4d02-808f-f75cdf0b3741',
entityId: '00000000-0000-0000-0000-000000000000',
redirectUri: 'xxxxx',
authMode: 'OAUTH2'
}

This is throwing this error: Error fetching integrations: ComposioError: 🚫 Bad Request. The request was malformed or incorrect on https://backend.composio.dev/api/v2/connectedAccounts/initiateConnection
{
metadata: {
fullUrl: 'https://backend.composio.dev/api/v2/connectedAccounts/initiateConnection',
method: 'POST',
statusCode: 400,
requestId: '1a750784-4c2c-46ae-88e5-74e50a4eb20f',
metadata: { responseTime: 249, responseSize: 0 }
},
errCode: 'BACKEND::BAD_REQUEST',
description: 'Validation Errors: undefined',
possibleFix: 'Please check the request parameters and ensure they are correct.',
timestamp: '2025-05-20T22:11:39.818Z',
errorId: '4a8e9620-7278-431b-8f91-1a57f7c5bcdd'

#

@indigo mason @vital sand

summer pier
#

just wondering if there is any update on this @indigo mason ?

indigo mason
#

Checking this