post https://api.streak.com/api/v2/files/
This call lets you add one or more files from Google Drive to a single box. Please note that the "Try it" functionality is nonfunctional in this example.
Adding multiple files
For every additional file, you'll need to specify the
driveBoxKey
again and pair it with the respective newdriveFileId
.
The payload is an array of JSON matching the two name–value pairs above. You can pass one or more by using commas between each JSON object.
Authorization
Make sure to include your authorization in any request you make on your own.