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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives