Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

504 error when Importing exported data via the Postman API into a workspace #7257

Closed
labifrancis opened this issue Sep 3, 2019 · 1 comment
Labels

Comments

@labifrancis
Copy link

Describe the bug
When a user tries to import an exported data(i.e. collection) using Postman API to a workspace, it gives a 504 error.

To Reproduce
Steps to reproduce the behavior:

  1. Export any collection and save as a zip file
  2. Navigate to any workspace and create a request as described below:
    Method: POST
    Endpoint: https://api.getpostman.com/import/exported

HEADERS

x-api-key          {{postman_api_key}}
Content-Type       application/json

BODY formdata

type           file
input          File containing the exported collections or environments

Reference: https://docs.api.getpostman.com/?version=latest scroll to "POST Import exported data"

  1. See error
    image

Expected behavior
The request should go through without any error.

App information (please complete the following information):

  • App Type [e.g. Native App]
  • Postman Version [e.g. 7.3.6]
@labifrancis labifrancis added the bug label Sep 3, 2019
@Hayk-S
Copy link

Hayk-S commented Aug 26, 2020

Closing this @labifrancis.

@Hayk-S Hayk-S closed this as completed Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants