This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import json | |
| ################################################################# | |
| ORG_ID = "your_org_id_here" | |
| API_TOKEN = "your_api_token_here" | |
| ################################################################## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const DESCRIPTION_VALUE = { | |
| "version": 1, | |
| "type": "doc", | |
| "content": [ | |
| { | |
| "type": "heading", | |
| "attrs": { | |
| "level": 2 | |
| }, | |
| "content": [ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright (c) 2011, Xabier (slok) Larrakoetxea | |
| # Copyright (c) 2011, Iraide (Sharem) Diaz | |
| # | |
| # 3 clause/New BSD license: | |
| # opensource: http://www.opensource.org/licenses/BSD-3-Clause | |
| # wikipedia: http://en.wikipedia.org/wiki/BSD_licenses | |
| # | |
| #----------------------------------------------------------------------- | |
| # This script allows to upload to Fileserve with FTP various files at the same time | |
| # |