You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
User of the API must fetch the fields via API in order to get each field's hidden ID number, and then upload with that stringified number as the column key instead of the actual name.
The failure mode is unclear, as no exceptions are raised, no errors are returned. The only clue is the data set object returned from the call has a .getData() response of an empty list.
The server apparently registers data received, but does not put any into the project.
User of the API must fetch the fields via API in order to get each field's hidden ID number, and then upload with that stringified number as the column key instead of the actual name.
The failure mode is unclear, as no exceptions are raised, no errors are returned. The only clue is the data set object returned from the call has a
.getData()
response of an empty list.The server apparently registers data received, but does not put any into the project.
Does NOT work:
DOES work:
@pat-son @fgmart @tylerpuleo @jaypoulz
The text was updated successfully, but these errors were encountered: