Skip to content

Conversation

@superojla
Copy link
Collaborator

Description

Change the hardcoded links in repo to relative ones.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own changes
  • I have run yarn lint to make sure my changes pass all linters
  • I have pulled the latest changes from the upstream developer branch

Contribution guidelines

For contribution guidelines, styleguide, and other helpful information please
see the CONTRIBUTING.md file in the root of this project.

"status": 429,
"code": "rate_limit_exceeded",
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
"help_url": "https://developer.box.com/api-calls/permissions-and-errors/common-errors",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

returns 404

"status": 400,
"code": "item_name_invalid",
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
"help_url": "https://developer.box.com/api-calls/permissions-and-errors/common-errors",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

returns 404

This can be either an ID of an archive or the ID of a folder that is inside an archive.

[Create Archive]: https://developer.box.com/reference/v2025.0/post-archives/
[Create Archive]: e://post-archives
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you tested this one? doesn't it need the /v2025.0/

[List archives]: https://developer.box.com/reference/v2025.0/get-archives/
[Update archive]: https://developer.box.com/reference/v2025.0/put-archives-id/
[Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/
[Create archive]: e://post-archives
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing /v2025.0/

[Update archive]: https://developer.box.com/reference/v2025.0/put-archives-id/
[Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/
[Create archive]: e://post-archives
[List archives]: e://get-archives
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing /v2025.0/

[Delete archive]: https://developer.box.com/reference/v2025.0/delete-archives-id/
[Create archive]: e://post-archives
[List archives]: e://get-archives
[Update archive]: e://put-archives-id
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing /v2025.0/

[Create archive]: e://post-archives
[List archives]: e://get-archives
[Update archive]: e://put-archives-id
[Delete archive]: e://delete-archives-id/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing /v2025.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants