1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-28 05:46:35 +02:00
Vitaly the Alpaca (bot) ce6e0b1ee1 Main build (Jenkins)
2024-09-17 11:55:02 +03:00

911 B

sidebar_position
6

Unpublish file

Prohibits access to the file for external users

Function CancelFilePublication(Val Token, Val FileID) Export

Parameter CLI option Type Description
Token --token String Token
FileID --fileid String ID of the file to be accessed

Returns: Map Of KeyAndValue - serialized JSON response from Dropbox


    Token = "sl.B9HHnFxl9-J3oLueLt54-qjl0GSSVNyh2I9wzwE3710eelU9a0HoNCFC-kPTP5LvOi2f0f1gli...";
    File  = "kJU6-a-pT48AAAAAAAAABw";

    Result = OPI_Dropbox.CancelFilePublication(Token, File);
    
  oint dropbox CancelFilePublication --token "sl.B6AQWp9MlZlz4iaf41whVKxX9-MXeCiQhPRe4YIRxFmZ3zHsdjmOAatzgaWVhqmlIOvDD6WIUQ..." --fileid %fileid%

{}