Creating tree inventory from a csv #14
|
Hey folks. Silly question here, I have some code that ran perfectly two months ago but now appears to be out of date and I cannot figure out what I need to change. When I run the code below to create a tree inventory from a csv treelist I get this "not found" error. My treelist path is the correct file path to the csv file of tree information. Any suggestions on what I need to update would be appreciated! fastfuels_sdk.client_library.exceptions.NotFoundException: (404) I can upload the full error text if it would be helpful. This is just the bottom 5 lines |
Replies: 1 comment 1 reply
|
Hey @MaryKBrady thanks for the question. Can you try updating the Python SDK version with
and trying again? We updated the tree inventory upload endpoint and deprecated the old one - I imagine that your version of the SDK is using the old endpoint. |
Hey @MaryKBrady thanks for the question. Can you try updating the Python SDK version with
pip install fastfuels-sdk --upgradeand trying again?
We updated the tree inventory upload endpoint and deprecated the old one - I imagine that your version of the SDK is using the old endpoint.