Folder.export_link()
- async Folder.export_link()
Bound method export_link of
Folder.Use as a shortcut for:
await client.export_folder_link(123456789)Example
await folder.export_link()- Returns:
str– On success, a link to the folder as string is returned.