1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-07 15:20:39 +02:00
2024-08-13 15:52:26 +03:00

872 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 = FunctionParameters["Dropbox_Token"];
  File  = FunctionParameters["Dropbox_FileID"];
  
  Result = OPI_Dropbox.CancelFilePublication(Token, File);
    
  oint dropbox CancelFilePublication --token "sl.B6AQWp9MlZlz4iaf41whVKxX9-MXeCiQhPRe4YIRxFmZ3zHsdjmOAatzgaWVhqmlIOvDD6WIUQ..." --fileid %fileid%

{}