Uploading Data (not a file) to a Box file
完了We have a dataset in Power BI that we want to upload to a file in Box. It is able to be done if we first store the data into a file, so then the file can be uploaded to Box.
eg:
df.to_csv(out_file_name)
new_file = client.folder(Box_Folder_ID).upload(out_file_name)
What if we don't want to save it to a temporary file. We just want to directly put the dataset data into a file in Box? Is that possible.?
-
Hi Gary,
Welcome to the Box Community, I'm happy to help!
This would be something our Product Support team would like to look into and may require specific account information.
I've gone ahead and created a ticket for you so that an agent can work directly with you on looking into this.
Kindly check your email for details and updates.
Best regards,
サインインしてコメントを残してください。
コメント
2件のコメント