Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

File metadata and controls

31 lines (22 loc) · 1.09 KB

Change Log

1.1.2

  • Per-request and globally configurable headers now supported.

1.1.1

  • Python 3 support added.
  • AccountKey references removed.
  • Improving permissions endpoint compatibility with services like Google Drive.

1.0.0

  • The API version has been updated to v1. This introduces backwards incompatible changes. Please review the migration guide for more information on migrating from v0 to v1.

Backwards-incompatible SDK changes

  • The create() method requires all data attributes to be provided via a dictionary passed in through the data keyward argument rather than via arbitrary keyword arguments. This may vary based on specific implementations, such as for file uploads via File.create().

  • The File class's create() method requires all query parameters to be provided via a dictionary passed in through the params keyward argument rather than via arbitrary keyword arguments.

  • The Account.file_upload_url instance method has been moved to be a class method at File.upload_url instead.