This directory contains examples for SharePoint REST API v1
- Download a file:
./files/download.py
- Upload a file:
./files/upload.py
- Create a folder:
./folders/create.py
- Upload large file:
./files/upload_large.py
- List file version history:
./versions/list.py
- Create a list item:
/lists/create_item.py
- Read list items (paged):
/lists/read_items.py
- Update items in batch:
./listitems/update_batch.py
- Delete an list item:
./listitems/delete.py
- Create lookup field:
create_lookup.py
- Get field value :
get_field_value.py