Skip to main content
Solved

Error to large url loading data to AGOL feature service

  • January 2, 2023
  • 2 replies
  • 680 views

sveinj
Contributor
Forum|alt.badge.img

I got this message when laoding data to a ArcGis Online Feature Layer:

Python Exception <HTTPError>: 413 Client Error: Request Entity Too Large for url

The workspace use FeatureWriter to load lines in to a AGOL Feature Layer. It has worked well for a long time, but suddenly it stops with this error. What does this error mean?

Best answer by tomfriedl

I think it's the same problem:

https://community.safe.com/s/question/0D5Dm000002x5SqKAI/writing-features-to-arcgis-online

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • 177 replies
  • Best Answer
  • January 3, 2023

sveinj
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • 5 replies
  • January 3, 2023

I think this will solve my problem. I'll see when i get more test data. Thanks.