API AttributeError: data
Miguel Lopes
✭✭✭
- DEBUG:smartsheet.util:object 'Sheet' is missing property 'resource_management_type'
- DEBUG:smartsheet.util:object 'Sheet' is missing property 'cell_image_upload_enabled'
- DEBUG:smartsheet.util:object 'Sheet' is missing property 'is_multi_picklist_enabled'
- Traceback (most recent call last):
- File "/mnt/send_to_smartsheet/Move_Archive.py", line 60, in <module>
- main()
- File "/mnt/send_to_smartsheet/Move_Archive.py", line 52, in main
- move_rows_to_new_sheet()
- File "/mnt/send_to_smartsheet/Move_Archive.py", line 38, in move_rows_to_new_sheet
- rows = response.data.rows
- File "/opt/conda/lib/python3.9/site-packages/smartsheet/models/sheet.py", line 98, in __getattr__
- raise AttributeError(key)
Does anyone have a work around for this. This is the referenced code below
def move_rows_to_new_sheet():
response = SS.Sheets.get_sheet(SOURCE_SHEET_ID, include='rows')
rows = response.data.rows
for row in rows:
new_row = SS.Sheets.create_row(DESTINATION_SHEET_ID, row)
move_row_to_new_sheet(new_row.id)
Answers
-
If members of the Smartsheet Community are unable to help, you may want to explore other developer communities for help checking your code, such as the StackOverflow forum.
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives