简体   繁体   中英

Upload excel file from Databricks DBFS to SharePoint

How can I upload a file from Databricks DBFS to SharePoint using the library requests or any built-in library for REST API requests?

I found solutions on using Office365-REST-Python-Client but I don't want to use 3rd party libraries.

According to my research and testing, we cannot upload files directly from Databricks DBFS to SharePoint. I recommend you use the following Rest API to upload file to SharePoint:

https://{site_url}/_api/web/lists/getbytitle('{list_title}')/rootfolder/files/add

More information for reference: Upload a file by using the REST API and jQuery

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM