-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
appNew app / integration requestNew app / integration requestenhancementNew feature or requestNew feature or requesttestrequest-or-authflow-failsOn Project App Store, preparing the app for the marketplace, the test request or its auth flow fail.On Project App Store, preparing the app for the marketplace, the test request or its auth flow fail.triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Name of app / service
SurveyMars
https://surveymars.com/
Link to developer documentation
https://surveymars.com/v1/en/openapi#/
Additional context:
Auth flow fails
There are two issues with the Auth flow:
- access and refresh token request require the header:
- X-Request-Id
- string
- Request identifier (needs to be globally unique for a single user)
With the current submit an app UI, I don't see a way to auto generate a random Request ID value, since this is part of the request whereby these values are only set via custom field (captured by the user), or hardcoded directly in the access or refresh token requests.
- the second problem i believe is due to a bug with the submit an app ui, despite the refreshToken being set, the refresh token request throws. we've seen before problems with data handling from submit an app ui's part that when digging is due to is underlying Ruby implementation.
Metadata
Metadata
Assignees
Labels
appNew app / integration requestNew app / integration requestenhancementNew feature or requestNew feature or requesttestrequest-or-authflow-failsOn Project App Store, preparing the app for the marketplace, the test request or its auth flow fail.On Project App Store, preparing the app for the marketplace, the test request or its auth flow fail.triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee

