1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-05 13:25:25 +02:00
Vitaly the Alpaca (bot) 9c977d53e1 Main build (Jenkins)
2024-10-06 16:55:08 +03:00

1.4 KiB

sidebar_position
1

Publish folder

Sets the directory to public access mode

Function PublishFolder(Val Token, Val Path) Export

Parameter CLI option Type Description
Token --token String Token
Path --path String Path to the target directory

Returns: Map Of KeyAndValue - serialized JSON response from Dropbox


    Token = "sl.B9sYGdZdLILSnqlGZCwLFCstq1B1GsgevbBkwi4UK_UlNyhGAoJ1fKoXMy3dQhkEb3e80HTL6g...";
    Path  = "/New";

    Result = OPI_Dropbox.PublishFolder(Token, Path);
    
  oint dropbox PublishFolder --token "sl.B6AQWp9MlZlz4iaf41whVKxX9-MXeCiQhPRe4YIRxFmZ3zHsdjmOAatzgaWVhqmlIOvDD6WIUQ..." --path %path%

{
 ".tag": "complete",
 "access_type": {
  ".tag": "owner"
 },
 "is_inside_team_folder": false,
 "is_team_folder": false,
 "path_display": "/New",
 "path_lower": "/new",
 "name": "New",
 "policy": {
  "acl_update_policy": {
   ".tag": "editors"
  },
  "shared_link_policy": {
   ".tag": "anyone"
  },
  "viewer_info_policy": {
   ".tag": "enabled"
  }
 },
 "preview_url": "https://www.dropbox.com/scl/fo/cdc9ieylu29rqnwvzp8z1/h?dl=0",
 "shared_folder_id": "11641734689",
 "time_invited": "2024-10-05T15:03:45Z",
 "access_inheritance": {
  ".tag": "inherit"
 },
 "folder_id": "id:kJU6-a-pT48AAAAAAAAbqg"
}